#147 · Primary category: Knowledge Base & RAG

searchGPT

ai chatgpt grounded-api grounded-bot language-model llm machine-learning nlp nlp-machine-learning openai python retrieval retrieval-model

Grounded search engine (i.e. with source reference) based on LLM / ChatGPT / OpenAI API. It supports web search, file content search etc.

Project last updated:05/26/26

GitHub Stars

711

Forks

68

Contributors

6

License

MIT

Why we included this project

searchGPT is a compact, readable example of a grounded question-answering pipeline. It combines a live web search, text extraction from office documents, and an LLM that writes answers with numbered citations, so every claim can be traced back to a source. The README drives the point home with side-by-side examples of hallucinated versus grounded responses, which makes it easy to see why retrieval matters. Teams building a small internal search or Q&A prototype can study the architecture and borrow the pattern. Note that the project is archived and no longer maintained, so treat it as a learning reference rather than a production dependency.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category