Type alias Text2VecOllamaConfig

Text2VecOllamaConfig: {
    apiEndpoint?: string;
    model?: string;
    vectorizeCollectionName?: boolean;
}

The configuration for text vectorization using the Ollama module.

See the documentation for detailed usage.

Type declaration

  • Optional apiEndpoint?: 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.