Releases: databricks/genai-cookbook
Releases · databricks/genai-cookbook
AI Cookbook v0.2.0
Introduce a full end-to-end Agent example.
What's Changed
- Add online monitoring dashboard template for agent quality. by @smoorjani in #27
- Rewrite agent sample app demos by @prithvikannan in #20
- Add CI for agent example within AI cookbook by @smurching in #28
- [ML-45830] Update 10 minute demo in genai_cookbook site by @prithvikannan in #30
- Add more unit tests for data pipeline utils in agent example by @smurching in #29
New Contributors
- @smoorjani made their first contribution in #27
- @smurching made their first contribution in #28
Full Changelog: v0.1.0...v0.2.0
AI Cookbook v0.1.0
AI Cookbook v0.1.0
This initial version of the AI cookbook provides:
- A quickstart demo for building RAG chatbots
- Sample code for a more fleshed-out chatbot, with code more similar to what you'd expect to see in production
Future versions may make substantial changes to the content and structure, for example switching from fixed RAG chains to tool-calling agents that dynamically decide when to perform retrieval.