docs update (#2196)
This commit is contained in:
@@ -4479,6 +4479,12 @@
|
||||
"default": false,
|
||||
"description": "Whether to rerank the memories."
|
||||
},
|
||||
"keyword_search": {
|
||||
"title": "Keyword search",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Whether to search for memories based on keywords."
|
||||
},
|
||||
"output_format": {
|
||||
"title": "Output format",
|
||||
"type": "string",
|
||||
@@ -4592,18 +4598,24 @@
|
||||
"default": false,
|
||||
"description": "Whether to rerank the memories."
|
||||
},
|
||||
"keyword_search": {
|
||||
"title": "Keyword search",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Whether to search for memories based on keywords."
|
||||
},
|
||||
"filter_memories": {
|
||||
"title": "Filter memories",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Whether to filter the memories."
|
||||
},
|
||||
"threshold": {
|
||||
"title": "Threshold",
|
||||
"type": "number",
|
||||
"default": 0.3,
|
||||
"description": "The minimum similarity threshold for returned results."
|
||||
},
|
||||
"smart_search": {
|
||||
"title": "Smart Search",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Whether to enable smart search functionality."
|
||||
},
|
||||
"org_name": {
|
||||
"title": "Organization Name",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user