Skip to content

Tags: mrjasonroy/ai-dev-kit

Tags

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update VERSION

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Vector Search MCP tool names; add end-to-end RAG walkthrough (dat…

…abricks-solutions#213)

Addresses databricks-solutions#106.

Fix incorrect MCP tool names in SKILL.md:
- Replace non-existent consolidated tools (create_or_update_vs_endpoint,
  manage_vs_data) with actual individual tools (create_vs_endpoint,
  list_vs_endpoints, sync_vs_index, upsert_vs_data, etc.)
- This was a real bug — agents would fail trying to call tools that
  don't exist

Add end-to-end-rag.md:
- Complete walkthrough: source table -> endpoint -> index -> query -> agent
- Covers columns_to_sync guidance, filter syntax differences
  (Standard vs Storage-Optimized), hybrid search
- Shows VectorSearchRetrieverTool integration for ChatAgent

All MCP tool names verified against live workspace.

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update VERSION

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update VERSION

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update VERSION

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update VERSION