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
13 stars 2 forks source link

Include custom extensions in NearestWordsByVector #21

Open etiennedi opened 4 years ago

etiennedi commented 4 years ago

Right now it only returns NNs from the original db set, but ignores custom extensions. Related to #20.