Hi team! Do you have any documentation / explanati...
# community-help
d
Hi team! Do you have any documentation / explanation for
typo_prefix_score
? It seems like
0
is not tolerance mode was used,
1
is prefix search,
2
is for typos, and
255
is for quotes. Do I miss something?
k
Yes
1
for prefix match,
1
or
2
for typos and
0
for exact matches. 255 is undefined (maybe when somehow we don't have a value in case of vector search or curation)
d
So
1
is both for prefix match and typos?
k
Yes
😢 1
Yeah this was mostly an implementation detail which we are now just exporting for outside view.
Exact matches are handled differently so this distinction is not important for our internal use for which this value is used for.
👍 1