Class MemorySearchPayload

Represents the payload for a memory search.

Constructors

Properties

metadata?: Record<string, any>

The metadata to filter the search by.

mmr_lambda?: number

The lambda value to use for MMR reranking.

search_scope?: "summary" | "messages"
search_type?: "similarity" | "mmr"

The type of search to perform. Either "similarity" or "mmr".

text?: string

The text to search for.