From ed8a02e721c553a234d086b948dcef099c2ce860 Mon Sep 17 00:00:00 2001 From: yichuan520030910320 Date: Mon, 14 Jul 2025 15:23:56 -0700 Subject: [PATCH] update readme and mlx support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83dc889..83ee8cd 100755 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ uv run examples/main_cli_example.py - **🚀 High-throughput Embedding Pipeline** - Optimized batched processing for maximum efficiency - **🎯 Two-level Search** - Novel coarse-to-fine search overlap for accelerated query processing (optional) - **💾 Memory-mapped Indices** - Fast startup with raw text mapping to reduce memory overhead -- **🚀 MLX Support** - Ultra-fast recompute with quantized embedding models, accelerating building and search by 10-100x +- **🚀 MLX Support** - Ultra-fast recompute with quantized embedding models, accelerating building and search by 10-100x ([minimal example](test/build_mlx_index.py)) ### 🎨 Developer Experience