mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 04:36:32 +00:00
Increase efConstruction from 48 to 125
This commit is contained in:
committed by
Louis Dureuil
parent
112d3f54e9
commit
c2d912645f
@ -41,7 +41,7 @@ pub type Embedding = Vec<f32>;
|
|||||||
pub const REQUEST_PARALLELISM: usize = 40;
|
pub const REQUEST_PARALLELISM: usize = 40;
|
||||||
pub const MAX_COMPOSITE_DISTANCE: f32 = 0.01;
|
pub const MAX_COMPOSITE_DISTANCE: f32 = 0.01;
|
||||||
|
|
||||||
const HANNOY_EF_CONSTRUCTION: usize = 48;
|
const HANNOY_EF_CONSTRUCTION: usize = 125;
|
||||||
const HANNOY_M: usize = 16;
|
const HANNOY_M: usize = 16;
|
||||||
const HANNOY_M0: usize = 32;
|
const HANNOY_M0: usize = 32;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user