MindVault is a backend memory service that converts documents into a structured knowledge graph and allows an LLM to answer questions using only that stored knowledge.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
docs: update README and add knowledge graph screenshot
b31fb91View on GitHubfeat: always export graph HTML to project output directory
7b0ede3View on GitHubfeat: improve LLM config handling and JSON completion fallback
90dc163View on GitHubchore: bump runtime dependencies to current pinned versions
0758d5aView on GitHubdocs: reformat README with structured sections and examples
fa2151aView on GitHubfeat: align README with current API and parse LLM JSON responses
1448349View on GitHubfeat: add dataset-aware graph visualization endpoint
56fafd7View on GitHubfeat: implement Cognee memory wrapper for fact storage and retrieval
279e4deView on GitHubfeat: implement LLM client and document ingestion pipeline
0dd5f5fView on GitHub