Skip to main content

LanOnasis Memory Service Documentation

Welcome to the official documentation for LanOnasis Memory-as-a-Service platform - your intelligent memory management solution.

πŸš€ What is LanOnasis?​

LanOnasis is a cutting-edge Memory-as-a-Service (MaaS) platform that provides:

  • 🧠 Intelligent Memory Management - Advanced vector storage and retrieval
  • πŸ”’ Enterprise Security - SOC 2 compliant with end-to-end encryption
  • ⚑ Real-time Updates - Live memory synchronization via SSE
  • πŸ› οΈ Developer Friendly - SDKs for TypeScript, Python, and more
  • πŸ“Š Analytics & Insights - Track memory usage and performance
  • πŸš€ Production Ready - Scale from prototype to enterprise

Quick Start​

Get started with LanOnasis in minutes:

1. Install the SDK​

# TypeScript/JavaScript
npm install @LanOnasis/memory-sdk

# Python
pip install LanOnasis

# CLI Tool
npm install -g @LanOnasis/cli

2. Initialize the Client​

import { MemoryClient } from '@LanOnasis/memory-sdk';

const client = new MemoryClient({
apiKey: 'your-api-key',
endpoint: 'http://api.LanOnasis.local' // Self-hosted endpoint
});

3. Create Your First Memory​

const memory = await client.memories.create({
content: 'Important meeting notes from today',
metadata: {
tags: ['meeting', 'project-x'],
priority: 'high'
}
});

console.log('Memory created:', memory.id);

Core Features​

Powerful semantic search across all your memories using state-of-the-art embedding models.

Real-time Sync​

Instant updates across all connected clients using Server-Sent Events (SSE).

MCP Integration​

Seamless integration with Model Context Protocol for AI applications.

Enterprise Ready​

  • Multi-tenant architecture
  • Role-based access control
  • Audit logging
  • 99.9% uptime SLA

Explore the Documentation​

πŸ“š Getting Started

Learn the basics and set up your first project

πŸ”§ API Reference

Complete API documentation with examples

View API Docs β†’

πŸ“¦ SDKs & Libraries

Official SDKs for multiple languages

Browse SDKs β†’

πŸ’‘ Use Cases

Real-world examples and tutorials

Need Help?​


Built with ❀️ by the LanOnasis team. Self-hosted and secure.