Const
The configuration object.
Optional
opts: Img2VecNeuralConfig & { The configuration options for the img2vec-neural
vectorizer.
Optional
opts: Omit<Omit<Multi2VecBindConfig, Multi2VecOmissions> & { Optional
opts: Omit<Omit<Multi2VecClipConfig, Multi2VecOmissions> & { Optional
opts: Omit<Omit<Multi2VecCohereConfig, Multi2VecOmissions> & { Optional
opts: Omit<Omit<Multi2VecJinaAIConfig, Multi2VecOmissions> & { Create a VectorConfigCreate
object with the vectorizer set to 'multi2vec-nvidia'
.
See the documentation for detailed usage.
The configuration object.
Optional
opts: Omit<Multi2VecNvidiaConfig, Multi2VecOmissions> & { The configuration options for the multi2vec-nvidia
vectorizer.
Optional
opts: Omit<Omit<Multi2VecVoyageAIConfig, Multi2VecOmissions> & { Create a VectorConfigCreate
object with the vectorizer set to 'none'
.
The configuration object.
Use selfProvided
instead.
Optional
opts: { The configuration options for the none
vectorizer.
Optional
name?: NOptional
quantizer?: QuantizerConfigCreateOptional
vectorCreate a VectorConfigCreate
object with the vectorizer set to 'ref2vec-centroid'
.
See the documentation for detailed usage.
The configuration object.
The configuration options for the ref2vec-centroid
vectorizer.
Create a VectorConfigCreate
object with the vectorizer set to 'none'
.
The configuration object.
Optional
opts: { The configuration options for the none
vectorizer.
Optional
name?: NOptional
quantizer?: QuantizerConfigCreateOptional
vectorOptional
opts: Omit<Text2VecCohereConfig & { The contextionary model is old and not recommended for use. If you are looking for a local, lightweight model try the new text2vec-model2vec module instead.
Optional
opts: Omit<Text2VecContextionaryConfig & { The text2vec-gpt4all
vectorizer is deprecated and will be removed in a future release. See the docs (https://docs.weaviate.io/weaviate/model-providers) for alternatives.
Optional
opts: Omit<Text2VecGPT4AllConfig & { Optional
opts: Omit<Text2VecGoogleConfig & { Create a VectorConfigCreate
object with the vectorizer set to 'text2vec-google'
with specific options for AI studio deployments.
See the documentation for detailed usage.
The configuration object.
Optional
opts: Text2VecGoogleAiStudioConfig & { The configuration for the text2vec-google
vectorizer.
Optional
opts: Omit<Text2VecHuggingFaceConfig & { Optional
opts: Omit<Text2VecJinaAIConfig & { Optional
opts: Omit<Text2VecMistralConfig & { Create a VectorConfigCreate
object with the vectorizer set to 'text2vec-model2vec'
.
The configuration object.
Optional
opts: Text2VecModel2Vec & { The configuration for the text2vec-model2vec
vectorizer.
Optional
opts: Text2VecMorphConfig & { Optional
opts: Omit<Text2VecNvidiaConfig & { Optional
opts: Omit<Text2VecOllamaConfig & { Optional
opts: Omit<Text2VecOpenAIConfig & { Optional
opts: Omit<Text2VecTransformersConfig & { Optional
opts: Omit<Text2VecVoyageAIConfig & { Optional
opts: Omit<Text2VecWeaviateConfig & {
Create a
VectorConfigCreate
object with the vectorizer set to'img2vec-neural'
.See the documentation for detailed usage.