pub const DEFAULT_SUG_LIMIT: usize = 10;
pub const HNSW_VECTOR_FIELD_META_LEN: usize = 29;
pub const DEFAULT_STOP_WORDS: &[&str] = &[
"a", "is", "the", "an", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into",
"it", "no", "not", "of", "on", "or", "such", "that", "their", "then", "there", "these", "they",
"this", "to", "was", "will", "with",
];