mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #2269] [CLOSED] Adding Qdrant #7745
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2269
Author: @mkhludnev
Created: 5/14/2024
Status: ❌ Closed
Base:
dev← Head:store_abstraction📝 Commits (2)
1699950prototyping abstract vector store867e87cfix rebase and some weird things📊 Changes
9 files changed (+355 additions, -38 deletions)
View changed files
📝
backend/apps/rag/main.py(+7 -10)📝
backend/apps/rag/utils.py(+9 -8)📝
backend/config.py(+2 -20)📝
backend/requirements.txt(+1 -0)➕
backend/vectorstore/__init__.py(+11 -0)➕
backend/vectorstore/factory.py(+11 -0)➕
backend/vectorstore/qdrant_store.py(+116 -0)➕
backend/vectorstore/test_vectorstore.py(+71 -0)➕
backend/vectorstore/vector_store.py(+127 -0)📄 Description
Pull Request Checklist
devbranch.Description
It introduces Qdrant as alternative to Chroma. Beforehand it abstract Chroma under VectorStore.
Changelog Entry
Added
Fixed
Changed
Removed
Security
Breaking Changes
Additional Information
[Insert any additional context, notes, or explanations for the changes]
[Reference any related issues, commits, or other relevant information]
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.