VikParuchuri/researcher
Concise answers to search queries using Google and GPT-3. Includes citations.
ArchivedImplements a retrieval-augmented generation pipeline that scrapes Google results, extracts ranked text chunks via semantic matching, and feeds them to GPT-3 for summarization—eliminating hallucinations through grounded context. Supports both web scraping and Google Custom Search API modes, stores scraped HTML in SQLite for efficiency, and filters low-quality sources by ad/tracker density. Runs as a Flask web application with configurable chunk length and result counts to balance latency (10-20s per query) against summary quality.
No commits in the last 6 months.
Stars
82
Forks
6
Language
Python
License
MIT
Category
Last pushed
Dec 28, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/VikParuchuri/researcher"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
clstaudt/ragadoc
An AI document assistant that answers questions about your PDFs with citations and highlights...
Islam1264/RAG-Interview-Questions-and-Answers-Hub
🚀 Explore 100+ RAG interview questions and answers to prepare effectively for your next job...
jawad-zaheer123/Nano-RAG-CPP
🚀 Build high-performance AI applications with this C++ engine for Retrieval Augmented Generation...
Arnav000007/llmwalk
đź§ Explore prompts and discover the top responses with LLMWalk, optimizing answer retrieval using...
shawon100/code-converter
Convert or Translate code from one programming language to another programming language using...