techleadhd/chatgpt-retrieval
A script that uses ChatGPT to answer questions about user-provided files via retrieval-augmented generation.

Velocity · 7d
+1.6
★ / day
Trend
→steady
star history
This project enables querying personal documents using ChatGPT by combining Langchain for orchestration, ChromaDB for vector storage, and OpenAI for language modeling. Users place files into a data directory, and the script retrieves relevant context before generating answers from ChatGPT. It supports plain text and PDF files out of the box.