issues
search
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
Cleanups from v1 migration
#45
Closed
etiennedi
closed
3 years ago
etiennedi
commented
3 years ago
Goals
[x] Remove
kind
[x] Make sure an extension definition is lowercased before vectorizing it
Notes
The
gRPC API is defined here
You can regenerate the gRPC code by running
this script
. It assumes that you have the
protoc binary
installed
The
extensions vectorization is handled here
Goals
kind
Notes