Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pypdf
|
| 2 |
+
pinecone-client
|
| 3 |
+
langchain
|
| 4 |
+
langchain-core
|
| 5 |
+
langchain-community
|
| 6 |
+
langchain-openai
|
| 7 |
+
langchain-voyageai
|
| 8 |
+
langchain-pinecone
|
| 9 |
+
langchain-text-splitters
|
| 10 |
+
gradio
|
| 11 |
+
openai
|
| 12 |
+
python-dotenv
|