Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
+
datasets==3.0.1
|
3 |
+
langchain==0.3.4
|
4 |
+
langchain-community==0.3.3
|
5 |
+
langchain-qdrant==0.2.0
|
6 |
+
langchain-aws==0.2.2
|
7 |
+
qdrant-client==1.12.0
|
8 |
+
python-dotenv==1.0.1
|