Spaces:
Runtime error
Runtime error
Commit ·
f3d5622
1
Parent(s): 5c23eb3
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -3,10 +3,14 @@ langchain
|
|
| 3 |
pandas
|
| 4 |
PyPDF2
|
| 5 |
python-dotenv
|
|
|
|
|
|
|
|
|
|
| 6 |
Requests
|
|
|
|
| 7 |
sentence_transformers
|
| 8 |
gradio
|
| 9 |
#torch
|
| 10 |
llama_index==0.8.69
|
| 11 |
-
tiktoken
|
| 12 |
pypdf
|
|
|
|
| 3 |
pandas
|
| 4 |
PyPDF2
|
| 5 |
python-dotenv
|
| 6 |
+
#pip install requests
|
| 7 |
+
#Requests is a simple, yet elegant, HTTP library.
|
| 8 |
+
#https://pypi.org/project/requests/
|
| 9 |
Requests
|
| 10 |
+
requests
|
| 11 |
sentence_transformers
|
| 12 |
gradio
|
| 13 |
#torch
|
| 14 |
llama_index==0.8.69
|
| 15 |
+
#tiktoken
|
| 16 |
pypdf
|