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.";