Skip to content

Commit 3e576f9

Browse files
committed
feat: max_chunks_per_doc
1 parent ffac96e commit 3e576f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

search.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ type RetrieveRequest struct {
1717
Metadata map[string]interface{} `json:"metadata,omitempty"`
1818
Tags []string `json:"tags,omitempty"`
1919
ChatHistory []ChatMessage `json:"chat_history,omitempty"`
20+
MaxChunksPerDoc int `json:"max_chunks_per_doc,omitempty"`
2021
}
2122

2223
// SearchResponse 搜索响应

0 commit comments

Comments
 (0)