weaviate / contextionary

Weaviate's own language vectorizer, which allows for semantic context-based searches in Weaviate
https://weaviate.io/developers/weaviate/modules/retriever-vectorizer-modules/text2vec-contextionary
BSD 3-Clause "New" or "Revised" License
14 stars 2 forks source link

Off by one error in word index #58

Closed donomii closed 1 year ago

donomii commented 1 year ago

Only triggers when attempting to look up a word with a first-letter unicode character larger than the last index.

donomii commented 1 year ago

Also adds a convenient native build script for macosx