Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
pypdf
|
| 2 |
python-dotenv
|
| 3 |
-
transformers
|
| 4 |
-
llama-index
|
| 5 |
llama-cpp-python
|
| 6 |
sentence-transformers
|
| 7 |
langchain
|
|
|
|
| 8 |
gradio
|
|
|
|
| 1 |
pypdf
|
| 2 |
python-dotenv
|
| 3 |
+
transformers==4.22.0
|
| 4 |
+
llama-index==0.9.20
|
| 5 |
llama-cpp-python
|
| 6 |
sentence-transformers
|
| 7 |
langchain
|
| 8 |
+
langchain-community
|
| 9 |
gradio
|