probabl-ai/sklearn-ragger-duck
A proof-of-concept for a RAG to query the scikit-learn documentation
Implements retrieval-augmented generation by embedding scikit-learn documentation and using semantic search to ground LLM responses in official sources. Built with vector embeddings and similarity matching to retrieve relevant documentation snippets before generation, reducing hallucinations when answering scikit-learn API and usage questions. Targets developers seeking accurate information about scikit-learn workflows without manual documentation browsing.
No commits in the last 6 months.
Stars
29
Forks
3
Language
HTML
License
—
Category
Last pushed
Aug 18, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/probabl-ai/sklearn-ragger-duck"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Future-House/paper-qa
High accuracy RAG for answering questions from scientific documents with citations
weiwill88/Local_Pdf_Chat_RAG
🧠 纯原生 Python 实现的 RAG 框架 | FAISS + BM25 混合检索 | 支持 Ollama / SiliconFlow | 适合新手入门学习
shubham0204/OnDevice-RAG-Android
A custom RAG pipeline for multi-document QA from PDF/DOCX documents, in Android
dev-it-with-me/RagUltimateAdvisor
A complete Retrieval-Augmented Generation (RAG) application that demonstrates modern AI...
EarthlyAlien/Document-Assistant
RAG based Document Assistant for Search