Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +0 -11
requirements.txt
CHANGED
|
@@ -1,19 +1,8 @@
|
|
| 1 |
-
#langchain==0.1.5
|
| 2 |
-
#pydantic==1.10.7
|
| 3 |
-
#llama-index==0.6.12
|
| 4 |
-
#pydantic==1.10.8
|
| 5 |
-
|
| 6 |
llama-index==0.6.28 # Use the latest compatible version
|
| 7 |
langchain==0.0.240 # Use the latest compatible version
|
| 8 |
gradio==3.40
|
| 9 |
openai==0.28
|
| 10 |
pydantic==1.10.7
|
| 11 |
-
|
| 12 |
-
#llama-index==0.6.12
|
| 13 |
-
#langchain==0.0.188
|
| 14 |
-
#gradio==3.23.0
|
| 15 |
-
#openai==0.27.0
|
| 16 |
-
|
| 17 |
ratelimit
|
| 18 |
pypdf
|
| 19 |
PyCryptodome
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
llama-index==0.6.28 # Use the latest compatible version
|
| 2 |
langchain==0.0.240 # Use the latest compatible version
|
| 3 |
gradio==3.40
|
| 4 |
openai==0.28
|
| 5 |
pydantic==1.10.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
ratelimit
|
| 7 |
pypdf
|
| 8 |
PyCryptodome
|