| ================ |
| Chatbots |
| ================ |
| |
| Chat bots are a simple example where state influences the conversation. This is a |
| perfect use case for using Burr. |
| |
| GPT-like chatbot |
| ---------------- |
| |
| See `github repository example <https://github.com/DAGWorks-Inc/burr/tree/main/examples/multi-modal-chatbot>`_. |
| |
| |
| Conversational RAG chatbot |
| -------------------------- |
| See `github example <https://github.com/DAGWorks-Inc/burr/tree/main/examples/conversational-rag>`_. |
| |
| Accompanying video walkthrough: |
| |
| .. raw:: html |
| |
| <div> |
| <iframe width="800" height="455" src="https://www.youtube.com/embed/t54DCiOH270?si=QpPNs7m2t0L0V8Va" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> |
| </div> |