mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
refac
This commit is contained in:
@@ -499,9 +499,7 @@ def get_sources_from_items(
|
|||||||
"documents": [
|
"documents": [
|
||||||
[item.get("file", {}).get("data", {}).get("content")]
|
[item.get("file", {}).get("data", {}).get("content")]
|
||||||
],
|
],
|
||||||
"metadatas": [
|
"metadatas": [[item.get("file", {}).get("meta", {})]],
|
||||||
[item.get("file", {}).get("data", {}).get("meta", {})]
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
# Fallback to item content
|
# Fallback to item content
|
||||||
|
|||||||
Reference in New Issue
Block a user