Spaces:
Sleeping
Sleeping
Baskar2005
commited on
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tiktoken
|
2 |
+
langchain_experimental
|
3 |
+
langchain-openai
|
4 |
+
langchain
|
5 |
+
gradio
|
6 |
+
requests
|
7 |
+
unstructured[all-docs]
|
8 |
+
validators
|
9 |
+
faiss-cpu
|
10 |
+
langchain-unstructured
|