Deprecated: Use search_sessions method instead

Deprecated

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

A SearchPayload object representing the search query.
metadatamap from strings to anyOptional
Metadata Filter
min_fact_ratingdoubleOptional
min_scoredoubleOptional
mmr_lambdadoubleOptional
search_scopeenumOptional
Allowed values:
search_typeenumOptional
Allowed values:
textstringOptional

Response

A list of SearchResult objects representing the search results.
messageobject
metadatamap from strings to any
scoredouble
summaryobject

Errors

404
Not Found Error
500
Internal Server Error