open-webui/backend/open_webui/retrieval/vector/dbs
guenhter a66206f44f feat: support better qdrant collection isolation
The prefix string for qdrant collection is now
configurable,  which means the same qdrant cluster
can be used to host more open webui instances and
to be able to separate the collections between the
different owui instances.
2025-06-26 13:52:26 +02:00
..
chroma.py feat: Add abstract base class for vector database integration 2025-04-21 08:27:27 +03:00
elasticsearch.py feat: Add abstract base class for vector database integration 2025-04-21 08:27:27 +03:00
milvus.py chore: format 2025-05-10 19:00:01 +04:00
opensearch.py fix opensearch race condition, use keyword search instead of full text search in filter query 2025-06-23 18:43:33 -07:00
pgvector.py refac 2025-06-10 11:30:54 +04:00
pinecone.py Update pinecone.py 2025-05-30 18:47:23 -07:00
qdrant.py feat: support better qdrant collection isolation 2025-06-26 13:52:26 +02:00
qdrant_multitenancy.py feat: support better qdrant collection isolation 2025-06-26 13:52:26 +02:00