Memory

Search memory for the specified session.

POST
Search memory for the specified session.

Path parameters

sessionIdstringRequired
The ID of the session for which memory should be searched.

Query parameters

limitintegerOptional
The maximum number of search results to return. Defaults to None (no limit).

Request

This endpoint expects an object.
metadata
map from strings to anyOptional
Metadata Filter
min_fact_rating
doubleOptional
min_score
doubleOptional
mmr_lambda
doubleOptional
search_scope
enumOptional
Allowed values: messagessummaryfacts
search_type
enumOptional
Allowed values: similaritymmr
text
stringOptional

Response

This endpoint returns a list of objects
message
objectOptional
metadata
map from strings to anyOptional
score
doubleOptional
summary
objectOptional

Errors