GraphRAG-powered knowledge management system
Nexus Memory implements a sophisticated GraphRAG (Graph Retrieval-Augmented Generation) system with three distinct memory layers: episodic (conversations), semantic (knowledge graph), and procedural (learned patterns). Features automatic entity extraction, relationship mapping, and intelligent memory consolidation.
npm install @adverant-nexus/memory-plugin
Add the following configuration to your config.json:
{
"memory": {
"neo4j_uri": "bolt://localhost:7687",
"vector_db": "qdrant",
"embedding_model": "text-embedding-3-large"
}
}Ensure you have the following dependencies installed:
Restart your Adverant Nexus instance and the plugin will be available.
View full documentation →Check out our installation guide or reach out to support.
More plugins in this category
Install now and start using this plugin in your Adverant Nexus instance.