1 stable release

1.1.0 Dec 19, 2024

#131 in Database implementations

Download history 117/week @ 2024-12-16

117 downloads per month

MIT license

72KB
526 lines


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.

Dependencies

~5–15MB
~198K SLoC