Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
openai
|
3 |
+
tiktoken
|
4 |
+
python-dotenv
|
5 |
+
pinecone-client
|
6 |
+
duckduckgo_search
|
7 |
+
chromadb
|
8 |
+
langchain
|