open-webui/backend/open_webui/retrieval/vector/dbs
Perry Li 67ed61d022
fixbug: correct parameter name for MilvusClient instantiation
Replace incorrect parameter 'database=MILVUS_DB' with valid 'db_name=MILVUS_DB'
2025-03-04 16:02:19 +08:00
..
chroma.py enh: bypass embedding and retrieval 2025-02-26 15:42:19 -08:00
elasticsearch.py added elasticsearch support 2025-03-03 23:39:42 +02:00
milvus.py fixbug: correct parameter name for MilvusClient instantiation 2025-03-04 16:02:19 +08:00
opensearch.py Changed to use colleciton name and fixed bulk indexing missing index. 2025-03-01 13:26:19 -05:00
pgvector.py chore: format 2025-02-26 22:18:18 -08:00
qdrant.py refactor: replace print statements with logging for better error tracking 2025-02-25 15:53:55 +01:00