vector_search
Perform semantic vector searches on indexed documents using embeddings and Chroma. Filter results with metadata queries to retrieve relevant information for RAG pipelines and knowledge assistants.
Instructions
Semantic search using embeddings + Chroma. Optional metadata filter via where.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| topK | No | ||
| where | No |