vault-ai
Enhances ChatGPT with long-term memory using Pinecone Vector Database and React frontend for custom knowledge base uploads.
GraphCanon updated 2d · GitHub synced 2d · 25 views this month
Decision brief
vault-ai is a tool that gives long-term memory capabilities to ChatGPT by integrating Pinecone Vector Database with an easy-to-use React frontend for uploading various types of files into the system.
Good fit when
- When you need a custom knowledge base that can be queried using a generative AI model, such as extending ChatGPT with historical context from uploaded documents in formats like PDFs or txt.
- If your project requires integration between OpenAI and Pinecone Vector Database to achieve sophisticated long-term memory functionality.
Avoid when
- When your requirements do not include uploading custom content for the AI to learn from, as vault-ai focuses on integrating a knowledge base with ChatGPT.
- If you prefer using other vector search databases such as Qdrant instead of Pinecone, as vault-ai is specifically designed around Pinecone.
Observed Jul 16, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (410d since push)
- As of 2d
- Provenance
- Not a fork · Personal account
- As of 2d
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install vault-ai npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
OP Vault ChatGPT extends the capabilities of ChatGPT by integrating it with a vector database to support long-term memory. It offers a user-friendly React interface for uploading various formats like PDFs, txt, epub among others into a generative AI model that can be queried.
Capability facts
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Aug 23, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Aug 23, 2026
- Languages
- javascript
Source: github.language+package.json · Aug 23, 2026
Categories
Tags
README
Install manual dependencies
- Install go:
Follow the go docs here
- Install node v19
I recommend installing nvm and using it to install node v19
- Install poppler
sudo apt-get install -y poppler-utils on Ubuntu, or brew install poppler on Mac
For agents
This page has a .md twin and JSON over the API.