Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -6,4 +6,13 @@ einops
|
|
6 |
sentencepiece
|
7 |
triton
|
8 |
trl
|
9 |
-
spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
sentencepiece
|
7 |
triton
|
8 |
trl
|
9 |
+
spaces
|
10 |
+
langchain-community>=0.3.13
|
11 |
+
python-dotenv>=1.0.1
|
12 |
+
langchain>=0.3.13
|
13 |
+
langchain-core>=0.3.28
|
14 |
+
langchain-text-splitters>=0.3.4
|
15 |
+
pydantic>=2.10.4
|
16 |
+
tqdm>=4.67.1
|
17 |
+
protobuf>=5.29.2
|
18 |
+
qdrant-client>=1.12.1
|