Properties
sessionId
sessionId: string
Optional
apiKey
apiKey?: string
Optional
filter
filter?: Record<string, unknown>
Optional
mmrLambda
mmrLambda?: number
Optional
searchScope
searchScope?: "messages" | "summary"
Optional
searchType
searchType?: "similarity" | "mmr"
Optional
topK
topK?: number
Configuration interface for the ZepRetriever class. Extends the BaseRetrieverInput interface.
Argument
sessionId - The ID of the Zep session.
Argument
url - The URL of the Zep API.
Argument
[topK] - The number of results to return.
Argument
[apiKey] - The API key for the Zep API.
Argument
[searchScope] [searchScope] - The scope of the search: "messages" or "summary".
Argument
[searchType] [searchType] - The type of search to perform: "similarity" or "mmr".
Argument
[mmrLambda] - The lambda value for the MMR search.
Argument
[filter] - The metadata filter to apply to the search.