feat: support milvus vector db (#188) #none

Signed-off-by: ChengZi <chen.zhang@zilliz.com>
This commit is contained in:
ChengZi
2024-09-04 21:22:50 +08:00
committed by GitHub
parent 76f2652d2a
commit 772186b6e5
6 changed files with 201 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ dependencies = [
"llama-index>=0.10.40,<0.11.0",
"llama-index-vector-stores-chroma>=0.1.9",
"llama-index-vector-stores-lancedb",
"llama-index-vector-stores-milvus",
"openai>=1.23.6,<2",
"openpyxl>=3.1.2,<3.2",
"pandas>=2.2.2,<2.3",