Type alias Text2VecMorphConfig

Text2VecMorphConfig: {
    baseURL?: string;
    model?: string;
}

Type declaration

  • Optional baseURL?: string

    The base URL to use where API requests should go.

  • Optional model?: string

    The model to use.