yankeexe/llm-rag-with-reranker-demo
LLM RAG Application with Cross-Encoders Re-ranking for YouTube video 🎥
This application helps you get more accurate answers from an LLM when querying information from YouTube videos. It takes a YouTube video URL and your questions about its content as input, and provides concise, relevant answers by intelligently sifting through the video's information. It's ideal for researchers, students, or anyone who needs to quickly extract specific details from video lectures, tutorials, or presentations.
Use this if you need to extract precise information from a YouTube video and want to ensure the answers from a language model are highly relevant and accurate.
Not ideal if your primary goal is general conversational AI or if you're working with text-based documents instead of video content.
Stars
76
Forks
36
Language
Python
License
—
Category
Last pushed
Dec 08, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/yankeexe/llm-rag-with-reranker-demo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
LearningCircuit/local-deep-research
Local Deep Research achieves ~95% on SimpleQA benchmark (tested with GPT-4.1-mini). Supports...
NVIDIA-AI-Blueprints/rag
This NVIDIA RAG blueprint serves as a reference solution for a foundational Retrieval Augmented...
Denis2054/RAG-Driven-Generative-AI
This repository provides programs to build Retrieval Augmented Generation (RAG) code for...
hienhayho/rag-colls
Collection of recent advanced RAG techniques.
jeremiahbohr/literature-mapper
Transform academic PDFs into a Knowledge Graph with typed claims, temporal analysis,...