Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
openai==1.23.2
|
| 2 |
+
tiktoken==0.6.0
|
| 3 |
+
langchain==0.1.1
|
| 4 |
+
langchain-community==0.0.13
|
| 5 |
+
pypdf==4.0.1
|
| 6 |
+
chromadb==0.4.22
|
| 7 |
+
sentence-transformers==2.3.1
|
| 8 |
+
pandas==2.0.3
|
| 9 |
+
gradio==4.38.1
|