docs update (#2196)

This commit is contained in:
Prateek Chhikara
2025-02-06 11:59:18 -08:00
committed by GitHub
parent b08b50cbc6
commit 3984b90f62

View File

@@ -4479,6 +4479,12 @@
"default": false, "default": false,
"description": "Whether to rerank the memories." "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": { "output_format": {
"title": "Output format", "title": "Output format",
"type": "string", "type": "string",
@@ -4592,18 +4598,24 @@
"default": false, "default": false,
"description": "Whether to rerank the memories." "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": { "threshold": {
"title": "Threshold", "title": "Threshold",
"type": "number", "type": "number",
"default": 0.3, "default": 0.3,
"description": "The minimum similarity threshold for returned results." "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": { "org_name": {
"title": "Organization Name", "title": "Organization Name",
"type": "string", "type": "string",