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 ca0b721 commit dbe5d1cCopy full SHA for dbe5d1c
backend/open_webui/retrieval/utils.py
@@ -305,8 +305,6 @@ def get_sources_from_files(
305
306
for file in files:
307
if file.get("docs"):
308
-
309
- print("file.get('docs')", file.get("docs"))
310
context = {
311
"documents": [[doc.get("content") for doc in file.get("docs")]],
312
"metadatas": [[doc.get("metadata") for doc in file.get("docs")]],
0 commit comments