Spaces:
Running
Running
mishrasahil934
commited on
init!
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain_community
|
3 |
+
torch
|
4 |
+
transformers
|
5 |
+
sentence_transformers
|
6 |
+
langchain_huggingface
|
7 |
+
python-dotenv
|
8 |
+
pypdf
|
9 |
+
tiktoken
|
10 |
+
sentencepiece
|