Rename the ArroyWrapper/HannoyWrapper into VectorStore

This commit is contained in:
Clément Renault
2025-07-29 17:30:02 +02:00
parent 31d6075777
commit 032e02057c
10 changed files with 31 additions and 33 deletions

View File

@ -45,13 +45,13 @@ const HANNOY_EF_CONSTRUCTION: usize = 48;
const HANNOY_M: usize = 16;
const HANNOY_M0: usize = 32;
pub struct HannoyWrapper {
pub struct VectorStore {
quantized: bool,
embedder_index: u8,
database: hannoy::Database<Unspecified>,
}
impl HannoyWrapper {
impl VectorStore {
pub fn new(
database: hannoy::Database<Unspecified>,
embedder_index: u8,