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 38f906f commit 38b91ccCopy full SHA for 38b91cc
README.md
@@ -79,15 +79,6 @@ The following endpoints are available:
79
- **DELETE /sessions/{session_id}/memory**
80
Deletes all stored memory (messages, context, token count) for a session.
81
82
-- **POST /sessions/{session_id}/search**
83
- Performs a semantic search on the messages within a session.
84
- _Request Body Example:_
85
- ```json
86
- {
87
- "text": "Search query text"
88
- }
89
- ```
90
-
91
- **POST /long-term-memory/search**
92
Performs semantic search on long-term memories with advanced filtering options.
93
_Request Body Example:_
0 commit comments