Spaces:
No application file
No application file
Add requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=5.0
|
| 2 |
+
langchain-openai>=0.3.0
|
| 3 |
+
chromadb>=0.5.0
|
| 4 |
+
neo4j>=5.0
|
| 5 |
+
sentence-transformers>=3.0
|
| 6 |
+
tiktoken
|
| 7 |
+
python-dotenv
|
| 8 |
+
plotly
|
| 9 |
+
pandas
|
| 10 |
+
openai>=1.0
|
| 11 |
+
networkx
|