Vector Search-as-You-Type in Rust
qdrant.tech
Vector Search-as-You-Type in Rust
1–2 of 2 posts
Re: Vector Search-as-You-Type in Rust
#2With a few optimization tricks, TL;DR:
- ONNX inference in Rust
- Embeddings cache & lookup
- Parallel & Batch requests
- hybrid search with full-text filtering + vector re-scoring