Spaces:
Runtime error
Runtime error
Commit ·
0aa70e1
1
Parent(s): 51deb92
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain==0.0.308
|
| 2 |
+
streamlit
|
| 3 |
+
openai
|
| 4 |
+
tiktoken
|
| 5 |
+
python-dotenv
|
| 6 |
+
pinecone-client
|
| 7 |
+
tabulate
|
| 8 |
+
pandas
|