Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain-huggingface=0.0.3
|
2 |
+
python-dotenv==1.0.1
|
3 |
+
langchain==0.2.14
|
4 |
+
langchain-community==0.2.12
|
5 |
+
tree-sitter==0.22.3
|
6 |
+
tree-sitter-languages==1.10.2
|
7 |
+
esprima==4.0.1
|
8 |
+
faiss-cpu==1.8.0.post1
|
9 |
+
rank-bm25==0.2.2
|