Spaces:
Paused
Paused
Fix: Add missing dependencies (chevron, textdistance, llama-index) to requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
|
@@ -7,3 +7,11 @@ gradio_client
|
|
| 7 |
httpx
|
| 8 |
pytest
|
| 9 |
tinytroupe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
httpx
|
| 8 |
pytest
|
| 9 |
tinytroupe
|
| 10 |
+
chevron
|
| 11 |
+
textdistance
|
| 12 |
+
scipy
|
| 13 |
+
llama-index
|
| 14 |
+
llama-index-embeddings-huggingface
|
| 15 |
+
llama-index-readers-web
|
| 16 |
+
llama-index-embeddings-azure-openai
|
| 17 |
+
ipython
|