chromadb_search
Search ChromaDB collections via semantic vector similarity, automatically embedding text queries to find related results.
Instructions
Search ChromaDB collections with semantic/vector similarity search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | Environment: prod (default), lab | |
| query | Yes | Search query (text, not vector — will be embedded automatically) | |
| n_results | No | Number of results to return | |
| collection | Yes | Collection name to search in |