Spaces:
Running
Running
Upload requirements.txt
Browse files- requirements.txt +28 -0
requirements.txt
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface-hub==0.25.2
|
2 |
+
llama-index==0.11.17
|
3 |
+
llama-index-agent-openai==0.3.4
|
4 |
+
llama-index-cli==0.3.1
|
5 |
+
llama-index-core==0.11.17
|
6 |
+
llama-index-embeddings-huggingface==0.3.1
|
7 |
+
llama-index-embeddings-ollama==0.3.1
|
8 |
+
llama-index-embeddings-openai==0.2.5
|
9 |
+
llama-index-indices-managed-llama-cloud==0.4.0
|
10 |
+
llama-index-legacy==0.9.48.post3
|
11 |
+
llama-index-llms-openai==0.2.13
|
12 |
+
llama-index-multi-modal-llms-openai==0.2.2
|
13 |
+
llama-index-program-openai==0.2.0
|
14 |
+
llama-index-question-gen-openai==0.2.0
|
15 |
+
llama-index-readers-elasticsearch==0.2.1
|
16 |
+
llama-index-readers-file==0.2.2
|
17 |
+
llama-index-readers-llama-parse==0.3.0
|
18 |
+
llama-index-vector-stores-chroma==0.2.0
|
19 |
+
llama-index-vector-stores-opensearch==0.4.1
|
20 |
+
nest-asyncio==1.5.8
|
21 |
+
opensearch-py==2.4.2
|
22 |
+
pandas==2.0.3
|
23 |
+
torch==2.3.1
|
24 |
+
streamlit==1.40.1
|
25 |
+
uvicorn==0.24.0
|
26 |
+
frontend==0.0.3
|
27 |
+
tools==0.1.9
|
28 |
+
pymupdf
|