Merge pull request #1070 from seehi/feat-update-setup

make the rag module optional
This commit is contained in:
Alexander Wu 2024-03-22 11:21:29 +08:00 committed by GitHub
commit e85c667cc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 11 additions and 13 deletions

View file

@ -10,14 +10,6 @@ typer==0.9.0
# godot==0.1.1
# google_api_python_client==2.93.0 # Used by search_engine.py
lancedb==0.4.0
llama-index-core==0.10.15
llama-index-embeddings-azure-openai==0.1.6
llama-index-embeddings-openai==0.1.5
llama-index-llms-azure-openai==0.1.4
llama-index-readers-file==0.1.4
llama-index-retrievers-bm25==0.1.3
llama-index-vector-stores-faiss==0.1.1
chromadb==0.4.23
loguru==0.6.0
meilisearch==0.21.0
numpy==1.24.3