mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
feat: Qdrant support (#1228)
* feat: Qdrant support * Update private_gpt/components/vector_store/vector_store_component.py
This commit is contained in:
parent
86fc4781d8
commit
03d1ae6d70
6 changed files with 320 additions and 18 deletions
|
|
@ -23,6 +23,9 @@ ui:
|
|||
llm:
|
||||
mode: local
|
||||
|
||||
vectorstore:
|
||||
database: chroma
|
||||
|
||||
local:
|
||||
llm_hf_repo_id: TheBloke/Mistral-7B-Instruct-v0.1-GGUF
|
||||
llm_hf_model_file: mistral-7b-instruct-v0.1.Q4_K_M.gguf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue