Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
transformers
|
2 |
torch
|
3 |
-
langchain
|
4 |
langchain-community
|
5 |
pypdf
|
6 |
pydantic
|
@@ -8,4 +8,6 @@ sentence-transformers
|
|
8 |
chromadb
|
9 |
gradio
|
10 |
beautifulsoup4
|
11 |
-
tensorflow
|
|
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
+
langchain==0.1.5
|
4 |
langchain-community
|
5 |
pypdf
|
6 |
pydantic
|
|
|
8 |
chromadb
|
9 |
gradio
|
10 |
beautifulsoup4
|
11 |
+
tensorflow
|
12 |
+
safetensors
|
13 |
+
huggingface_hub
|