Skip to content

Commit 9805447

Browse files
author
imash
committed
Add demo CLI and requirements for MariaDB integration
1 parent 8485953 commit 9805447

File tree

2 files changed

+937
-0
lines changed

2 files changed

+937
-0
lines changed

requirements_demo.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)