Merge pull request #1457 from Jacksonxhx/milvus

Integrated Milvus with MetaGPT
This commit is contained in:
Alexander Wu 2024-10-15 19:40:20 +08:00 committed by GitHub
commit 32d416bac9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 261 additions and 4 deletions

View file

@ -43,6 +43,7 @@ extras_require = {
"llama-index-postprocessor-cohere-rerank==0.1.4",
"llama-index-postprocessor-colbert-rerank==0.1.1",
"llama-index-postprocessor-flag-embedding-reranker==0.1.2",
# "llama-index-vector-stores-milvus==0.1.23",
"docx2txt==0.8",
],
}