
Introduction to OasysDB
OasysDB is an embeddable, efficient, and easy to use vector database. It is designed to be used as a library in your application. It is written in Rust and it uses Sled as its storage engine.
OasysDB implements HNSW as its indexing algorithm. It is a state-of-the-art algorithm that is used by many vector databases. It is fast, memory efficient, and it scales well to large datasets.
Why OasysDB?
OasysDB is very flexible for use cases related with vector search. It offers 2 major features that make it stand out from other embeddable vector databases or libraries:
- Incremental operations on the collection index, which means that you can add, remove, or modify vectors from the index without having to rebuild it.
- Flexible persistence options. You can choose to persist the collection to disk or to keep it in memory.
Quickstart
use Database;
use *;
use *;
use random; // Utility
Disclaimer
This project is still in the early stages of development. We are actively working on it and we expect the API and functionality to change. We do not recommend using this in production yet.
We also don't have a benchmark yet. We are working on it and we will publish the results once we have them.
Contributing
We welcome contributions from the community. Please see contributing.md for more information.
We are also looking for advisors to help guide the project direction and roadmap. If you are interested, please contact us via Discord or alternatively, you can email me at edwin@oasysai.com.
Code of Conduct
We are committed to creating a welcoming community. Any participant in our project is expected to act respectfully and to follow the Code of Conduct.