weaviate-client
    Preparing search index...

    Type Alias Text2VecDigitalOceanConfig

    The configuration for text vectorization using the DigitalOcean module.

    See the documentation for detailed usage.

    type Text2VecDigitalOceanConfig = {
        baseURL?: string;
        model: string;
        vectorizeCollectionName?: boolean;
    }
    Index

    Properties

    baseURL?: string

    The base URL to use where API requests should go. Defaults to https://inference.do-ai.run on the server.

    model: string

    The model to use, e.g. qwen3-embedding-0.6b. Required by the server.

    vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.