mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 04:36:32 +00:00
Mark get_vector_store as public
This commit is contained in:
@ -469,7 +469,7 @@ impl Index {
|
||||
)?)
|
||||
}
|
||||
|
||||
pub(crate) fn get_vector_store(&self, rtxn: &RoTxn<'_>) -> Result<VectorStoreBackend> {
|
||||
pub fn get_vector_store(&self, rtxn: &RoTxn<'_>) -> Result<VectorStoreBackend> {
|
||||
Ok(self
|
||||
.main
|
||||
.remap_types::<Str, SerdeJson<VectorStoreBackend>>()
|
||||
|
Reference in New Issue
Block a user