tree: 8b3dd7a8e92d8f7fef306ed6db95b3af06df8cd5
  1. actions/
  2. __init__.py
  3. application.py
  4. burr_ui_app_v2.png
  5. burr_ui_app_v3.png
  6. hamilton_ui.png
  7. notebook.ipynb
  8. README.md
  9. requirements.txt
  10. statemachine.png
examples/hamilton-integration/README.md

Modular RAG with Burr and Hamilton

This examples shows the “2-layer” approach to building RAG and LLM agents using Burr and Hamilton.

You will find:

  • notebook.ipynb contains a guide on how to build a modular RAG application. It details how a typicaly project evolves and how Burr and Hamilton can help you achieve the desired modularity.
  • application.py and actions/ contain the code from the final application version showed in the notebook.