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