Local-first document embedding and retrieval platform with a REST API and MCP server for LLM agents. Supports hybrid BM25 + semantic search across workspaces and collections, with pluggable parsers, embedders, and vector stores.
A local-first, open-source document embedding system. Ingest documents, search them semantically, and expose results via REST API and MCP server — all without data leaving your machine. ```bash git clone https://github.com/your-org/embedbase cd embedbase cp .env.example .env cp config.example.yaml config.yaml # already done if this file exists