Search sessions for the specified query.
Deprecated API: Search sessions for the specified query.
Query parameters
limit
The maximum number of search results to return. Defaults to None (no limit).
Request
A SessionSearchQuery object representing the search query.
text
The search text.
min_fact_rating
The minimum fact rating to filter on.
min_score
The minimum score for search results.
mmr_lambda
The lambda parameter for the MMR Reranking Algorithm.
record_filter
Record filter on the metadata.
search_scope
Search scope.
Allowed values:
search_type
Search type.
Allowed values:
session_ids
the session ids to search
user_id
User ID used to determine which sessions to search.
Response
A SessionSearchResponse object representing the search results.
results