Skip to content

Commit

Permalink
Resolve llama-index dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiDBK committed Dec 20, 2024
1 parent e3bf81a commit 391199f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.8.6
aiohttp==3.9.5
#azure_storage==0.37.0
channels==4.0.0
# Django==4.1.5
Expand All @@ -13,7 +13,7 @@ lancedb==0.4.0
loguru==0.6.0
meilisearch==0.21.0
numpy~=1.26.4
openai~=1.39.0
openai~=1.40.0
openpyxl~=3.1.5
beautifulsoup4==4.12.3
pandas==2.1.1
Expand All @@ -24,7 +24,7 @@ pydantic>=2.5.3
python_docx==0.8.11
PyYAML==6.0.1
# sentence_transformers==2.2.2
setuptools==65.6.3
# setuptools==65.6.3
tenacity==8.2.3
tiktoken==0.7.0
tqdm==4.66.2
Expand Down Expand Up @@ -59,13 +59,13 @@ nbformat==5.9.2
ipython==8.17.2
ipykernel==6.27.1
scikit_learn==1.3.2
typing-extensions==4.9.0
typing-extensions==4.11
socksio~=1.0.0
gitignore-parser==0.1.9
# connexion[uvicorn]~=3.0.5 # Used by metagpt/tools/openapi_v3_hello.py
websockets>=10.0,<12.0
networkx~=3.2.1
google-generativeai==0.4.1
google-generativeai==0.5.2
playwright>=1.26 # used at metagpt/tools/libs/web_scraping.py
anytree
ipywidgets==8.1.1
Expand Down
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ def run(self):
"llama-index-core==0.12.5",
"llama-index-embeddings-azure-openai==0.3.0",
"llama-index-embeddings-openai==0.3.1",
"llama-index-embeddings-gemini==0.1.6",
"llama-index-embeddings-ollama==0.1.2",
"llama-index-embeddings-gemini==0.3.0",
"llama-index-embeddings-ollama==0.5.0",
"llama-index-llms-azure-openai==0.3.0",
"llama-index-readers-file==0.1.4",
"llama-index-retrievers-bm25==0.1.3",
"llama-index-readers-file==0.4.1",
"llama-index-retrievers-bm25==0.5.0",
"llama-index-vector-stores-faiss==0.3.0",
"llama-index-vector-stores-elasticsearch==0.1.6",
"llama-index-vector-stores-chroma==0.1.6",
"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-elasticsearch==0.4.0",
"llama-index-vector-stores-chroma==0.4.1",
"llama-index-postprocessor-cohere-rerank==0.3.0",
"llama-index-postprocessor-colbert-rerank==0.3.0",
"llama-index-postprocessor-flag-embedding-reranker==0.3.0",
"llama-index-vector-stores-milvus==0.4.0",
"docx2txt==0.8",
"llama-index-graph-stores-neo4j==0.4.4",
Expand Down

0 comments on commit 391199f

Please sign in to comment.