Type alias Text2VecDatabricksConfig

Text2VecDatabricksConfig: {
    endpoint: string;
    instruction?: string;
    vectorizeCollectionName?: boolean;
}

The configuration for text vectorization using the Databricks module.

See the documentation for detailed usage.

Type declaration

  • endpoint: string
  • Optional instruction?: string
  • Optional vectorizeCollectionName?: boolean