sergiopaniego/RAG_local_tutorial
Simple RAG tutorials that can be run locally or using Google Colab (only Pro version).
This project offers practical guides for extracting specific details from various types of content using a local Large Language Model. You can input files like PDFs, YouTube videos, audio recordings, or even entire GitHub repositories. The output is a clear, concise summary or specific information derived from your input, making it useful for researchers, analysts, or anyone needing to quickly digest information from diverse sources.
No commits in the last 6 months.
Use this if you need to quickly get answers or extract specific details from documents, videos, audio, or code repositories without sending your data to external AI services.
Not ideal if you prefer using cloud-based AI services or do not want to set up local software for running AI models.
Stars
47
Forks
16
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 22, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/sergiopaniego/RAG_local_tutorial"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
bragai/bRAG-langchain
Everything you need to know to build your own RAG application
guyernest/advanced-rag
Jupyter Notebooks for Mastering LLM with Advanced RAG Course
liu673/rag-all-techniques
Implementation of all RAG techniques in a simpler way(以简单的方式实现所有 RAG 技术)
FareedKhan-dev/rag-ecosystem
Understand and code every important component of RAG architecture
FareedKhan-dev/14-rag-failures
Encountering 14 different Naive RAG fails and using KG to solve it