{ "opencollection": "1.0.0", "info": { "name": "Chroma Cloud Collections Search API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search records in a collection", "type": "http" }, "http": { "method": "POST", "url": "https://api.trychroma.com/api/v2/tenants/:tenantName/databases/:databaseName/collections/:collectionId/search", "params": [ { "name": "tenantName", "value": "", "type": "path", "description": "The name of the tenant" }, { "name": "databaseName", "value": "", "type": "path", "description": "The name of the database" }, { "name": "collectionId", "value": "", "type": "path", "description": "The unique identifier of the collection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Performs an advanced hybrid search on the specified collection. This endpoint is available exclusively in Chroma Cloud and provides a unified interface that replaces both query and get methods. Supports vector similarity search with Knn expressions, metadata filtering with composable Key expressions, full-text search, custom ranking expressions, and reciprocal rank fusion for combining multiple search strategies." } ] } ], "bundled": true }