Type alias Text2VecContextionaryConfig

Text2VecContextionaryConfig: {
    vectorizeCollectionName?: boolean;
}

The configuration for text vectorization using the Contextionary module.

See the documentation for detailed usage.

Type declaration

  • Optional vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.