Spaces:
Sleeping
Sleeping
added requirements
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ipykernel
|
| 2 |
+
notebook
|
| 3 |
+
ipython
|
| 4 |
+
gradio
|
| 5 |
+
openai
|
| 6 |
+
python-dotenv
|
| 7 |
+
langchain
|
| 8 |
+
langchain-openai
|
| 9 |
+
langchain-community
|
| 10 |
+
pypdf
|
| 11 |
+
tiktoken
|
| 12 |
+
chromadb
|
| 13 |
+
pinecone-client
|