description | Vexis is a Rust library for building and exploring .vxis files, which are portable vector databases stored in a single file. Unlike traditional vector databases that require a running background service, Vexis enables seamless data storage and retrieval in a lightweight and self-contained format. Using the HNSW (Hierarchical Navigable Small World) algorithm for indexing, Vexis offers efficient and scalable search capabilities for high-dimensional data, making it ideal for applications that need fast, on-the-fly vector exploration without complex infrastructure. |