We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d546d commit c11a1caCopy full SHA for c11a1ca
weaviate/values.yaml
@@ -837,6 +837,15 @@ modules:
837
tolerations:
838
affinity:
839
840
+ # The text2vec-bigram module uses a paired-letter frequency vector
841
+ # to index text. The vectors have no semantic meaning, and function
842
+ # more like bm25 searches. They are useful for debugging.
843
+ text2vec-bigram:
844
+
845
+ # enable if you want to use bigram module
846
+ enabled: true
847
848
849
# The text2vec-gpt4all is a vectorizer module that allows to run ML models from
850
# nomic-ai/gpt4all: https://docs.gpt4all.io/gpt4all_python_embedding.html
851
# These models run only on CPU only and on x86_64 arch
0 commit comments