Update requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
|
@@ -6,3 +6,11 @@ langchain-openai==0.0.5
|
|
| 6 |
langchain-community==0.0.20
|
| 7 |
langchain-pinecone==0.0.1
|
| 8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
langchain-community==0.0.20
|
| 7 |
langchain-pinecone==0.0.1
|
| 8 |
|
| 9 |
+
|
| 10 |
+
streamlit==1.31.1
|
| 11 |
+
pandas==2.1.2
|
| 12 |
+
matplotlib==3.9.2
|
| 13 |
+
huggingface-hub==0.25.1
|
| 14 |
+
openpyxl==3.1.2
|
| 15 |
+
python-dotenv==1.0.0
|
| 16 |
+
|