Facilitates Retrieval Augmented Generation (RAG) using LlamaIndex, Gemini embeddings, and LanceDB for local knowledge storage.
Easyrag simplifies the process of building RAG applications by integrating LlamaIndex for document handling, Gemini for generating embeddings, and LanceDB for efficient vector storage. It provides scripts for data ingestion from various sources (code, URLs, PDFs) and a search server for querying the knowledge base, making it easy to create local, embedded RAG systems.