Optional topKThe number of most similar documents to retrieve.
Optional filterMetadata filter to apply to the search. Only documents matching the filter will be considered.
Optional includeWhether to include the embedding vector in the retrieved documents.
Optional includeWhether to include metadata in the retrieved documents.
Optional includeWhether to include the textContent in the retrieved documents.
Optional minOptional minimum similarity score (0-1, or specific to metric) for a document to be included in the results. Interpretation depends on the store's similarity metric.
Optional userOptional user ID, which might be used for multi-tenancy filters if the store supports it.
Optional customProvider-specific parameters for the query.
Options for a vector store query operation.
QueryOptions