Spaces:
Sleeping
Sleeping
Update requirements.txt
#1
by
snehakingrani - opened
- requirements.txt +2 -11
requirements.txt
CHANGED
|
@@ -1,14 +1,5 @@
|
|
| 1 |
streamlit
|
|
|
|
| 2 |
langchain
|
| 3 |
-
PyPDF2
|
| 4 |
-
python-dotenv
|
| 5 |
faiss-cpu
|
| 6 |
-
|
| 7 |
-
tiktoken
|
| 8 |
-
sentence-transformers
|
| 9 |
-
pydantic
|
| 10 |
-
langchain_groq
|
| 11 |
-
groq
|
| 12 |
-
huggingface-hub
|
| 13 |
-
transformers
|
| 14 |
-
torch
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
pypdf2
|
| 3 |
langchain
|
|
|
|
|
|
|
| 4 |
faiss-cpu
|
| 5 |
+
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|