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.
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.
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.