docs: add ClickHouse chat agent example project page#4195
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📜 Recent review details⏰ Context from checks skipped due to timeout. (2)
🧰 Additional context used📓 Path-based instructions (2)docs/**/docs.json📄 CodeRabbit inference engine (docs/CLAUDE.md)
Files:
docs/**/*.mdx📄 CodeRabbit inference engine (docs/CLAUDE.md)
Files:
🧠 Learnings (2)📚 Learning: 2026-03-10T12:44:14.176ZApplied to files:
📚 Learning: 2026-04-30T20:30:29.458ZApplied to files:
🪛 LanguageTooldocs/guides/example-projects/clickhouse-chat-agent.mdx[uncategorized] ~9-~9: Did you mean the formatting language “Markdown” (= proper noun)? (MARKDOWN_NNP) [uncategorized] ~67-~67: Did you mean the formatting language “Markdown” (= proper noun)? (MARKDOWN_NNP) [uncategorized] ~125-~125: Did you mean the formatting language “Markdown” (= proper noun)? (MARKDOWN_NNP) 🔇 Additional comments (2)
WalkthroughThis PR adds a new documentation guide page at docs/guides/example-projects/clickhouse-chat-agent.mdx describing a ClickHouse Cloud chat agent example, including schema discovery, SQL generation, read-only query enforcement, error handling, and environment configuration via CLICKHOUSE_URL. It also updates docs/docs.json to add a navigation entry for this new guide in the "Guides & examples" / "Example projects" section. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Adds a new Example projects page: ClickHouse chat agent — a
chat.agent()that answers questions about your data by writing and running SQL against ClickHouse Cloud via the official Node.js ClickHouse client.The page follows the existing example-project format (overview, features, GitHub repo card, how-it-works with code excerpts, relevant code links) and is registered in
docs.jsonin alphabetical order.Note
The GitHub repo card links to
triggerdotdev/examples/tree/main/clickhouse-chat-agent, which lands in a companion examples PR — merge that one first.🤖 Generated with Claude Code