Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
openai==1.55.3
|
| 3 |
+
langchain==0.2.7
|
| 4 |
+
langchain-community==0.2.7
|
| 5 |
+
langchain-huggingface==0.0.3
|
| 6 |
+
langchain-experimental==0.0.62
|
| 7 |
+
langchain-openai==0.1.14
|
| 8 |
+
chromadb==0.5.3
|
| 9 |
+
sentence-transformers==3.0.1
|
| 10 |
+
python-dotenv==1.0.1
|
| 11 |
+
lark==1.1.9
|
| 12 |
+
llama-index-core
|
| 13 |
+
llama-parse==0.5.11
|
| 14 |
+
llama-index-readers-file
|
| 15 |
+
llama-index-llms-langchain
|
| 16 |
+
langgraph
|
| 17 |
+
groq
|
| 18 |
+
mem0ai
|
| 19 |
+
streamlit
|