We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffac96e commit 3e576f9Copy full SHA for 3e576f9
search.go
@@ -17,6 +17,7 @@ type RetrieveRequest struct {
17
Metadata map[string]interface{} `json:"metadata,omitempty"`
18
Tags []string `json:"tags,omitempty"`
19
ChatHistory []ChatMessage `json:"chat_history,omitempty"`
20
+ MaxChunksPerDoc int `json:"max_chunks_per_doc,omitempty"`
21
}
22
23
// SearchResponse 搜索响应
0 commit comments