Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Conversational RAG examples

Here we curate different examples of how to build a Conversational RAG agent using different approaches/backends.

This example demonstrates how to build a conversational RAG agent with "memory".

The "memory" here is stored in state, which Burr then can help you track, manage, and introspect.

This demo illustrates how to build a RAG Q&A AI agent over the UFC stats dataset. This one uses a Knowledge Graph that is stored in FalkorDB to query for information about UFC fighters and fights.