author image

Dmitrii Kuzmenkov

Software Engineer

Dmitrii Kuzmenkov is a Software Engineer contributing technical and product-oriented content for Manticore Search, covering topics such as AI-assisted search, fuzzy search, image search, demos, and practical search applications.

GitHub

Recent Posts by Dmitrii Kuzmenkov

blog-post

Better Vector Search for Long Documents: Chunking Inside Manticore Search

An embedding model reads only the first few hundred tokens of a document and silently drops the rest. Manticore Search now splits long documents for you at INSERT time: add chunk_strategy to the vector column and pick one of five strategies. No ingest pipeline, no splitter library. On our own manual, recall@5 for deep content went from 55% to 83%.

blog-post

Meilisearch vs Manticore: Setting the Record Straight

Meilisearch published a comparison of Meilisearch and Manticore Search. We tested the claims against the latest versions of both engines — here's what a fresh look shows, with reproducible commands.

blog-post

14× faster embeddings: how we rebuilt the ONNX path in Manticore

Released in Manticore Search 27.1.5, the new ONNX Runtime backend makes auto-embeddings ~14× faster on average than the previous SentenceTransformers/Candle path on the same hardware, same model, same weights — and the margin holds whether you run 1 client thread or 32.

blog-post

S3 Streamable Backup: Direct-to-Cloud Backups for Manticore Search

Learn how Manticore Search streams backups directly to AWS S3 and S3-compatible storage without intermediate files or extra local disk space. The article covers multipart uploads, compression, encryption, restores, required permissions, and Kubernetes automation.

blog-post

Mastering Fuzzy Search with Manticore Search

A comprehensive guide to implementing intelligent fuzzy search with Manticore Search, covering essential concepts like Levenshtein distance and keyboard layout detection, with real-world examples for online stores and content platforms.

Go from zero to Manticore in seconds

Install Manticore Search in one command on Linux or macOS:

curl https://manticoresearch.com | sh

For advanced installation options, see the full installation guide and the manual .