open-webui/backend/open_webui/retrieval/vector/dbs
Athanasios Oikonomou 575c12f80c feat: add QDRANT_ON_DISK configuration option for Qdrant integration
This commit will allow configuring the on_disk client parameter, to reduce the memory usage.
https://qdrant.tech/documentation/concepts/storage/?q=mmap#configuring-memmap-storage
Default is false, keeping vectors in memory.
2025-04-15 01:40:57 +03:00
..
chroma.py Merge branch 'dev' into fix-db-order 2025-03-26 20:55:42 -07:00
elasticsearch.py chore: format 2025-03-05 19:17:41 -08:00
milvus.py Satisfy github format check 2025-03-25 19:09:17 +01:00
opensearch.py Fix: Normalze all database distances to score in [0, 1] 2025-03-25 16:46:14 +01:00
pgvector.py Satisfy github format check 2025-03-25 19:09:17 +01:00
qdrant.py feat: add QDRANT_ON_DISK configuration option for Qdrant integration 2025-04-15 01:40:57 +03:00