Spaces:
Sleeping
Sleeping
mohammed3536
commited on
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.31.0
|
2 |
+
langchain==0.1.3
|
3 |
+
openai==1.9.0
|
4 |
+
langchain-openai==0.0.3
|
5 |
+
PyPDF2==3.0.1
|
6 |
+
chromadb
|