weaviate-client
    Preparing search index...

    Type Alias Text2VecOllamaConfig

    The configuration for text vectorization using the Ollama module.

    See the documentation for detailed usage.

    type Text2VecOllamaConfig = {
        apiEndpoint?: string;
        model?: string;
        vectorizeCollectionName?: boolean;
    }
    Index

    Properties

    apiEndpoint?: string

    The base URL to use where API requests should go.

    model?: string

    The model to use.

    vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.