mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
feat(vectordb): Milvus vector db Integration (#1996)
* integrate Milvus into Private GPT * adjust milvus settings * update doc info and reformat * adjust milvus initialization * adjust import error * mionr update * adjust format * adjust the db storing path * update doc
This commit is contained in:
parent
4523a30c8f
commit
43cc31f740
8 changed files with 173 additions and 6 deletions
|
|
@ -85,6 +85,11 @@ vectorstore:
|
|||
nodestore:
|
||||
database: simple
|
||||
|
||||
milvus:
|
||||
uri: local_data/private_gpt/milvus/milvus_local.db
|
||||
collection_name: milvus_db
|
||||
overwrite: false
|
||||
|
||||
qdrant:
|
||||
path: local_data/private_gpt/qdrant
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue