doc: README add kb

This commit is contained in:
qixinbo
2026-03-29 21:04:56 +08:00
parent 5869c377a3
commit ae6340d429
10 changed files with 120 additions and 59 deletions
+12 -7
View File
@@ -16,6 +16,7 @@ Whether you're querying a massive Supabase/PostgreSQL database or just tossing i
## 🌟 Key Features
- **🗣️ Chat to SQL**: Ask questions in plain English (or Chinese!). DataClaw understands your schema, generates accurate SQL, and self-corrects if things go sideways.
- **📚 Smart Knowledge Base (RAG)**: Support uploading Word, PPT, PDF and other document formats. Enhance answers through vector retrieval, making your private documents "speak".
- **📈 Instant Visualizations**: Returns not just raw tables, but auto-generated interactive charts tailored to your data's shape.
- **🗂️ Multi-Source Ready**: Connects seamlessly to PostgreSQL, Supabase, and local CSV/Excel uploads.
- **🧠 Bring Your Own LLM**: Native integration with LiteLLM. Plug in OpenAI, DeepSeek, Zhipu, DashScope, Volcengine, or any compatible provider.
@@ -27,17 +28,21 @@ Whether you're querying a massive Supabase/PostgreSQL database or just tossing i
## 📸 Screenshots
<div align="center">
<h3>Chat Interface</h3>
<img src="./examples/index.png" width="80%" />
<div align="left">
<h3>💬 Chat Interface</h3>
<img src="./docs/index.png" width="80%" />
<br />
<br />
<h3>Customizable Dashboard</h3>
<img src="./examples/dashboard.png" width="80%" />
<h3>📊 Customizable Dashboard</h3>
<img src="./docs/dashboard.png" width="80%" />
<br />
<br />
<h3>Artifact Preview</h3>
<img src="./examples/artifact.png" width="80%" />
<h3>📚 Smart Knowledge Base</h3>
<img src="./docs/kb.png" width="80%" />
<br />
<br />
<h3>📦 Artifact Preview</h3>
<img src="./docs/artifact.png" width="80%" />
</div>
<br />