vectorSearch(
namespacePrefix: string[],
query: string,
options: __type = {}
): Promise<SearchItem| Name | Type | Description |
|---|---|---|
namespacePrefix* | string[] | |
query* | string | |
options | __type | Default: {} |
Performs vector similarity search using embeddings.
The namespace prefix to search within
The text query to embed and search for similar items
Search options including filter, similarity threshold, and distance metric