probabl-ai/sklearn-ragger-duck
A proof-of-concept for a RAG to query the scikit-learn documentation
This tool helps developers quickly find answers to their scikit-learn questions without needing to manually search through extensive documentation. You input a question about scikit-learn, and it provides a response derived from the official documentation. It's designed for data scientists and machine learning engineers who frequently use scikit-learn and need fast, context-aware information.
No commits in the last 6 months.
Use this if you are a Python developer, data scientist, or machine learning engineer struggling to find specific information within the scikit-learn documentation.
Not ideal if you need definitive, perfectly accurate answers for critical production systems, as it is a proof-of-concept intended to guide your own problem-solving.
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 | 适合新手入门学习
EarthlyAlien/Document-Assistant
RAG based Document Assistant for Search
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...