oasysdb 0.1.0

Fast embedded vector database with incremental HNSW indexing.
Documentation
1
2
3
4
5
6
7
8
pub const COLLECTION_NOT_FOUND: &str = "The collection is not found.";
pub const COLLECTION_LIMIT: &str = "The collection limit is reached.";

pub const RECORDS_TOO_MANY: &str = "Unable to add this many records.";
pub const RECORD_NOT_FOUND: &str = "The record is not found.";

pub const SEARCH_INVALID_ID: &str =
    "Unable to find a valid vector ID to initiate search.";