We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d8561 commit f636c7fCopy full SHA for f636c7f
chromadb/api/async_fastapi.py
@@ -416,7 +416,7 @@ async def _search(
416
417
resp_json = await self._make_request(
418
"post",
419
- f"/api/v2/tenants/{tenant}/databases/{database}/collections/{collection_id}/search",
+ f"/tenants/{tenant}/databases/{database}/collections/{collection_id}/search",
420
json=payload,
421
)
422
chromadb/api/fastapi.py
@@ -373,7 +373,7 @@ def _search(
373
374
resp_json = self._make_request(
375
376
377
378
379
0 commit comments