This project demonstrates how RAG works end-to-end: retrieving relevant content from a text corpus using different search strategies, then using that context to power AI-generated responses.
Pick one of the two modules below to get started. Each one focuses on a different part of the RAG pipeline.
See how different retrieval strategies find relevant content from a body of text.
How to use
Ask questions in natural language and get AI-generated answers grounded in retrieved context.
How to use
This is a demo project for educational purposes only. Requests may be throttled. View source on GitHub