#129 · Primary category: Knowledge Base & RAG

vault-ai

ai artificial-intelligence chatgpt generative go golang knowledge-base long-term-memory machine-learning openai openai-api pdf-support pinecone qdrant-vector-database question-answering react reactjs vector-search

OP Vault ChatGPT: Give ChatGPT long-term memory using the OP Stack (OpenAI + Pinecone Vector Database). Upload your own custom knowledge base files (PDF, txt, epub, etc) using a simple React frontend.

Project last updated:07/08/25

GitHub Stars

3.4K

Forks

296

Contributors

5

License

MIT

Why we included this project

If you want to ask natural-language questions about a private set of documents, this project shows you the whole pipeline in one place. A Go server does the processing while a React frontend handles uploads: feed it PDFs, EPUBs, or plain text, and it splits the content into chunks, embeds each chunk through OpenAI, and stores the vectors in Pinecone. Ask a question and the same path retrieves the relevant sections and passes them to the model, so answers arrive with the filename and the exact passage they came from. Because the codebase is small, reading the upload and question handlers is a quick way to see chunking, embedding, and retrieval working together without a lot of abstraction.

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