We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8485953 commit 9805447Copy full SHA for 9805447
requirements_demo.txt
@@ -0,0 +1,29 @@
1
+# MindSQL Demo CLI Requirements
2
+# ===============================
3
+# Beautiful terminal interface for demo video
4
+
5
+# Core visualization
6
+rich>=13.7.0
7
8
+# MindSQL dependencies (if not already installed)
9
+python-dotenv>=1.0.0
10
+pandas>=2.0.0
11
+numpy>=1.24.0
12
13
+# Database connectors
14
+mariadb>=1.1.0
15
+mysql-connector-python>=8.0.0
16
17
+# Vector stores
18
+chromadb>=0.4.0
19
+faiss-cpu>=1.7.4
20
21
+# LLM integration
22
+google-generativeai>=0.3.0
23
24
+# ML models
25
+sentence-transformers>=2.2.0
26
27
+# Optional but recommended
28
+plotly>=5.18.0
29
0 commit comments