Tantivy is a full-text search engine library inspired by Apache Lucene, offering fast and scalable similarity search capabilities. While primarily focused on text, it supports efficient vector-based similarity searches, making it useful for vector search tasks.
Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust. It is designed for building fast and scalable search solutions, and can be used as a foundation for creating custom search engines.