Ask a question to get started
Enter to send•Shift+Enter new line
Performs a similarity search in the collection and returns the results with their scores.
similaritySearchVectorWithScore( query: number[], k: number, filter: Record<string, unknown> ): Promise<[Document<Record<string, any>>, number][]>
query
number[]
The query vector.
k
number
The number of results to return.
filter
Record<string, unknown>
The filter to apply to the search. Zep only supports Record<string, unknown> as filter.