mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
ADD FAT WARNING - QDRANT
This commit is contained in:
@@ -105,6 +105,13 @@ class QdrantClient(VectorDBBase):
|
|||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
tuple: (collection_name, tenant_id)
|
tuple: (collection_name, tenant_id)
|
||||||
|
|
||||||
|
WARNING: This mapping relies on current Open WebUI naming conventions for
|
||||||
|
collection names. If Open WebUI changes how it generates collection names
|
||||||
|
(e.g., "user-memory-" prefix, "file-" prefix, web search patterns, or hash
|
||||||
|
formats), this mapping will break and route data to incorrect collections.
|
||||||
|
POTENTIALLY CAUSING HUGE DATA CORRUPTION, DATA CONSISTENCY ISSUES AND INCORRECT
|
||||||
|
DATA MAPPING INSIDE THE DATABASE.
|
||||||
"""
|
"""
|
||||||
# Check for user memory collections
|
# Check for user memory collections
|
||||||
tenant_id = collection_name
|
tenant_id = collection_name
|
||||||
|
|||||||
Reference in New Issue
Block a user