Interactive Demos

Explore NeuronDB ecosystem capabilities with interactive terminal demos

NeuronDB Demo

Vector search, ML inference, and RAG pipeline demonstrations

This interactive demo showcases NeuronDB's core capabilities including vector search with HNSW indexing, machine learning inference with ONNX models, embedding generation, hybrid search combining semantic and full-text search, RAG pipeline operations, and GPU acceleration. Watch as SQL commands execute to demonstrate vector similarity search, ML model training and prediction, document processing, and more - all within PostgreSQL.

neurondb-demo
NeurondB Interactive Demo Terminal
Building and installing NeurondB extension for PostgreSQL
📦 Installation⚙️ Configuration🔧 Setup
Ready to demonstrate Build. Click "Run Demo" to begin.
Speed:
Ready to explore NeuronDB

NeuronAgent Demo

REST API and agent runtime demonstrations

This demo demonstrates NeuronAgent's REST API endpoints for building AI agent systems. You'll see how to create agents with specific profiles and tools, establish sessions for conversation management, send messages that trigger agent actions using NeuronDB's vector search and embeddings, and retrieve responses. The demo showcases the complete agent lifecycle including health checks and API authentication.

NeuronAgent API Demo
NeuronAgent API Demo Terminal
Interactive demonstration of NeuronAgent REST API endpoints for agent management, session handling, and message processing.
REST APIAgent ManagementSession HandlingVector Search
Click "Run Demo" to see NeuronAgent API in action

NeuronMCP Demo

MCP protocol and Claude Desktop integration demonstrations

This demo showcases NeuronMCP's Model Context Protocol (MCP) server implementation. You'll see JSON-RPC 2.0 protocol messages over stdio communication, demonstrating how MCP-compatible clients like Claude Desktop can interact with NeuronDB. The demo includes tool discovery, vector search operations, embedding generation, resource management, and how the MCP server provides access to NeuronDB's vector search, ML algorithms, and RAG capabilities through a standardized protocol interface.

NeuronMCP Protocol Demo
NeuronMCP Protocol Demo Terminal
Interactive demonstration of NeuronMCP JSON-RPC 2.0 protocol over stdio for MCP-compatible clients.
JSON-RPC 2.0stdio TransportMCP ProtocolClaude Desktop
Click "Run Demo" to see NeuronMCP protocol in action