Skip to content

Commit c11a1ca

Browse files
committed
Add text2vec-bigram
1 parent 32d546d commit c11a1ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

weaviate/values.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,15 @@ modules:
837837
tolerations:
838838
affinity:
839839

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+
840849
# The text2vec-gpt4all is a vectorizer module that allows to run ML models from
841850
# nomic-ai/gpt4all: https://docs.gpt4all.io/gpt4all_python_embedding.html
842851
# These models run only on CPU only and on x86_64 arch

0 commit comments

Comments
 (0)