Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
ipython
|
2 |
-
llama-index==0.
|
3 |
-
openai==1.12.0
|
4 |
-
torch==2.2.2
|
5 |
-
sentence-transformers==2.6.1
|
6 |
faiss-cpu==1.8.0
|
7 |
-
PyGithub==2.3.0
|
8 |
gradio_client==0.2.7
|
9 |
gradio
|
|
|
|
|
|
|
|
|
10 |
llama-index-postprocessor-cohere-rerank
|
11 |
llama-index-embeddings-azure-openai
|
12 |
llama-index-llms-azure-openai
|
|
|
1 |
ipython
|
2 |
+
llama-index==0.11.18
|
|
|
|
|
|
|
3 |
faiss-cpu==1.8.0
|
|
|
4 |
gradio_client==0.2.7
|
5 |
gradio
|
6 |
+
torch==2.2.2
|
7 |
+
sentence-transformers==2.6.1
|
8 |
+
ipython
|
9 |
+
llama-index-retrievers-bm25
|
10 |
llama-index-postprocessor-cohere-rerank
|
11 |
llama-index-embeddings-azure-openai
|
12 |
llama-index-llms-azure-openai
|