Spaces:
Sleeping
Sleeping
Luciferalive
commited on
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.0.279
|
2 |
+
pinecone_client==2.2.2
|
3 |
+
streamlit==1.26.0
|
4 |
+
unstructured
|
5 |
+
unstructured[pdf]
|
6 |
+
openai
|
7 |
+
chromadb
|
8 |
+
tiktoken
|