mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
feat: Create a Weaviate connection #5657
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @davidmeza1 on GitHub (Jun 27, 2025).
Check Existing Issues
Problem Description
We currently use Weaviate in our architecture and have plans to expand it uses with some RAG applications. I would like Weaviate to be my primary vector db for all our apps.
Desired Solution you'd like
I would like to be able to use one Vector DB for OpenWebUI and our other apps. Can you add a Weaviate integration?
Alternatives Considered
We used the embedded ChromaDB. Evaluated Postgres and Pinecone. Weaviate is our preference.
Additional Context
No response