Native Multimodal Document Ingestion
Supports ingestion of documents in their native formats, enabling search over complex diagrams, schematics, and datasheets without losing context to parsing.
Deep and Shallow Search
Provides both deep and shallow search capabilities for effective retrieval and transformation of multimodal data.
Docker Setup with Local AI Models
Includes Docker configuration with PostgreSQL/pgvector for storage and Ollama for running local AI models such as nomic-embed-text and llama3.2.
Web UI and API Access
Offers a web-based Morphik Console at http://localhost:3000 for uploading, viewing, and querying data, alongside a self-hosted API server with documentation at http://localhost:8000/docs.
Built-in MCP, RBAC, and Multi-Tenancy
Supports the Model Context Protocol (MCP), role-based access control, and multi-tenancy to facilitate agentic retrieval-augmented generation applications.
Configurable via morphik.toml
Allows configuration of models, hosts, ports, and features such as reload mode through a dedicated configuration file.