Const Create a VectorConfigCreate object with the vectorizer set to 'img2vec-neural'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Img2VecNeuralConfig & { The configuration options for the img2vec-neural vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'multi2vec-bind'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Omit<Multi2VecBindConfig, Multi2VecOmissions> & { The configuration options for the multi2vec-bind vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'multi2vec-clip'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Omit<Multi2VecClipConfig, Multi2VecOmissions> & { The configuration options for the multi2vec-clip vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'multi2vec-cohere'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Omit<Multi2VecCohereConfig, Multi2VecOmissions> & { The configuration options for the multi2vec-cohere vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'multi2vec-google'.
See the documentation for detailed usage.
The configuration object.
The configuration options for the multi2vec-google vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'multi2vec-jinaai'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Omit<Multi2VecJinaAIConfig, Multi2VecOmissions> & { The configuration options for the multi2vec-jinaai vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'multi2vec-palm'.
See the documentation for detailed usage.
The configuration object.
Use multi2VecGoogle instead.
The configuration options for the multi2vec-palm vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'multi2vec-clip'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Omit<Multi2VecVoyageAIConfig, Multi2VecOmissions> & { The configuration options for the multi2vec-voyageai vectorizer.
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 vectorCreate a VectorConfigCreate object with the vectorizer set to 'text2vec-aws'.
See the documentation for detailed usage.
The configuration object.
The configuration options for the text2vec-aws vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-azure-openai'.
See the documentation for detailed usage.
The configuration object.
The configuration options for the text2vec-azure-openai vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-cohere'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Text2VecCohereConfig & { The configuration options for the text2vec-cohere vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-contextionary'.
See the documentation for detailed usage.
The configuration object.
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: Text2VecContextionaryConfig & { The configuration for the text2vec-contextionary vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-databricks'.
See the documentation for detailed usage.
The configuration object.
The configuration for the text2vec-databricks vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-gpt4all'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Text2VecGPT4AllConfig & { The configuration for the text2vec-gpt4all vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-google'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Text2VecGoogleConfig & { The configuration for the text2vec-palm vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-huggingface'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Text2VecHuggingFaceConfig & { The configuration for the text2vec-huggingface vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-jinaai'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Text2VecJinaAIConfig & { The configuration for the text2vec-jinaai vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-mistral'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Text2VecMistralConfig & { The configuration for the text2vec-mistral vectorizer.
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: Text2VecNvidiaConfig & { Create a VectorConfigCreate object with the vectorizer set to 'text2vec-ollama'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Text2VecOllamaConfig & { The configuration for the text2vec-ollama vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-openai'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Text2VecOpenAIConfig & { The configuration for the text2vec-openai vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-palm'.
See the documentation for detailed usage.
The configuration object.
Use text2VecGoogle instead.
Optional opts: Text2VecGoogleConfig & { The configuration for the text2vec-palm vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-transformers'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Text2VecTransformersConfig & { The configuration for the text2vec-transformers vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-voyageai'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Text2VecVoyageAIConfig & { The configuration for the text2vec-voyageai vectorizer.
Create a VectorConfigCreate object with the vectorizer set to 'text2vec-weaviate'.
See the documentation for detailed usage.
The configuration object.
Optional opts: Text2VecWeaviateConfig & { The configuration for the text2vec-weaviate vectorizer.
Use vectors instead.
Legacy export, maintained for backwards compatibility. See the comment for
legacyVectors.