Skip to content

AI Cookbook v0.1.0

Compare
Choose a tag to compare
@smurching smurching released this 24 Sep 01:02
· 37 commits to main since this release
a5dbe17

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.