geronimo-pericoli
commited on
Commit
•
8e766cc
1
Parent(s):
eaa6a24
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ipython
|
2 |
+
llama-index==0.10.22
|
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
|
13 |
+
llama-index-retrievers-bm25
|