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 33d3558 commit 46ac6f2Copy full SHA for 46ac6f2
backend/open_webui/retrieval/vector/dbs/chroma.py
@@ -108,7 +108,9 @@ def query(
108
)
109
return None
110
except Exception as e:
111
- log.exception(f"Error querying collection {collection} with limit {limit}: {e}")
+ log.exception(
112
+ f"Error querying collection {collection_name} with limit {limit}: {e}"
113
+ )
114
115
116
def get(self, collection_name: str) -> Optional[GetResult]:
0 commit comments