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
Add logarithmic weighing to C11y
#23
Closed
etiennedi
closed
4 years ago
etiennedi
commented
4 years ago
Goals
[x] All config is done through env vars
[x] The user can configure the c11y to use a logarithmic approach
[x] The user can configure the c11y to use the classic linear approach and set a weighing factor
[x] If no setting is explicitly made, the default should be the new logarithmic approach
Goals