Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -3,10 +3,8 @@ python-dotenv==1.0.0
|
|
3 |
tiktoken==0.4.0
|
4 |
faiss-cpu==1.7.4
|
5 |
protobuf~=3.19.0
|
6 |
-
langchain-community
|
7 |
-
langchain-core
|
8 |
-
langsmith
|
9 |
langchain-huggingface
|
10 |
langchain-google-genai
|
11 |
transformers
|
12 |
-
torch
|
|
|
|
3 |
tiktoken==0.4.0
|
4 |
faiss-cpu==1.7.4
|
5 |
protobuf~=3.19.0
|
|
|
|
|
|
|
6 |
langchain-huggingface
|
7 |
langchain-google-genai
|
8 |
transformers
|
9 |
+
torch
|
10 |
+
huggingface_hub
|