Type alias Text2VecOctoAIConfig

Text2VecOctoAIConfig: {
    baseURL?: string;
    model?: string;
    vectorizeCollectionName?: boolean;
}

The configuration for text vectorization using the OctoAI module.

See the documentation for detailed usage.

Type declaration

  • Optional baseURL?: string

    The base URL to use where API requests should go.

  • Optional model?: string

    The model to use.

  • Optional vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.