Skip to content

Releases: databricks/genai-cookbook

AI Cookbook v0.2.0

01 Oct 18:15
2ed98a5
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...v0.2.0

AI Cookbook v0.1.0

24 Sep 01:02
a5dbe17
Compare
Choose a tag to compare

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.