Overview of tinyvector features
maintinyvector is a tiny embedding database written in pure Rust. It is designed as an Axum server, making it extremely easy to customize (approximately 600 lines of code).
Key Characteristics:
- Fast: Provides comparable speed to advanced vector databases for small to medium datasets.
- Vertical Scaling: Stores all indexes in memory for high-speed querying, capable of scaling to 100 million+ vector dimensions.
- Open Source: Distributed under the MIT license.