🧠
Featuredcheckmark verifyOfficialActive

Nexus Memory

GraphRAG-powered knowledge management system

byAdverantVisit website →
star favorite
4.9
156 reviews
container
2,847
installs
$49/month
Subscription
View on GitHub →

About this plugin

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.

#knowledge-graph#rag#memory#neo4j#embeddings

Key Features

Triple-layer memory architecture (episodic, semantic, procedural)
Automatic entity and relationship extraction
Semantic search with vector embeddings
Neo4j graph database integration
Memory consolidation and pruning
Cross-conversation knowledge retention

Installation

1

Install the plugin

npm install @adverant-nexus/memory-plugin
2

Configure your plugin

Add the following configuration to your config.json:

{
  "memory": {
    "neo4j_uri": "bolt://localhost:7687",
    "vector_db": "qdrant",
    "embedding_model": "text-embedding-3-large"
  }
}
3

Requirements

Ensure you have the following dependencies installed:

  • Neo4j
  • PostgreSQL
  • Qdrant or Milvus
4

Start using the plugin

Restart your Adverant Nexus instance and the plugin will be available.

View full documentation →
💡

Need help?

Check out our installation guide or reach out to support.

Ready to get started with Nexus Memory?

Install now and start using this plugin in your Adverant Nexus instance.

Browse More Plugins