Type alias Text2VecModel2Vec

Text2VecModel2Vec: {
    inferenceURL?: string;
    vectorizeCollectionName?: boolean;
}

The configuration for text vectorization using the Model2Vec module.

Type declaration

  • Optional inferenceURL?: string

    The URL to use where API requests should go.

  • Optional vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.