cookbook/PC/RAG-LLM/README.md
This project is a demo for building a Retrieval-Augmented Generation (RAG) pipeline using NexaSDK and NexaAI Python binding. It showcases how to combine state-of-the-art embeddings, reranking, and generation models to answer questions over your own documents.
Key features:
Bring your own files (PDFs, Word docs, text) and ask questionsโthe system retrieves relevant context and generates answers entirely on your device.