Skip to content

Commit

Permalink
use nane to get collection
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasgere committed Apr 22, 2024
1 parent ce5c6b3 commit 2960360
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chromadb/server/fastapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ def auth_and_get_tenant_and_database_for_request(
if (self._system.settings.chroma_overwrite_singleton_tenant_database_access_from_auth
and collection is not None):
collec = self._api.get_collection(
id=_uuid(collection),
name=collection
)
if not collec:
Expand Down

0 comments on commit 2960360

Please sign in to comment.