remove milvus from RAG

This commit is contained in:
seehi 2025-03-31 14:28:00 +08:00
parent ad334450f4
commit 2fdfd703ba
8 changed files with 0 additions and 144 deletions

View file

@ -43,7 +43,6 @@ 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",
],
}