Rename the vector store const name and keep the vector-arroy db name

This commit is contained in:
Clément Renault
2025-07-29 17:31:33 +02:00
committed by Louis Dureuil
parent 4d3a9dc43e
commit db9f205184
3 changed files with 5 additions and 5 deletions

View File

@ -113,7 +113,7 @@ pub mod db_name {
pub const FIELD_ID_DOCID_FACET_F64S: &str = "field-id-docid-facet-f64s";
pub const FIELD_ID_DOCID_FACET_STRINGS: &str = "field-id-docid-facet-strings";
pub const VECTOR_EMBEDDER_CATEGORY_ID: &str = "vector-embedder-category-id";
pub const VECTOR_HANNOY: &str = "vector-hannoy";
pub const VECTOR_STORE: &str = "vector-arroy";
pub const DOCUMENTS: &str = "documents";
}
const NUMBER_OF_DBS: u32 = 25;