Type alias Text2VecPalmConfig

Text2VecPalmConfig: {
    apiEndpoint?: string;
    modelId?: string;
    projectId?: string;
    titleProperty?: string;
    vectorizeCollectionName?: boolean;
}

The configuration for text vectorization using the PaLM module.

See the documentation for detailed usage.

Type declaration

  • Optional apiEndpoint?: string

    The API endpoint to use without a leading scheme such as http://.

  • Optional modelId?: string

    The model ID to use.

  • Optional projectId?: string

    The project ID to use.

  • Optional titleProperty?: string

    The Weaviate property name for the gecko-002 or gecko-003 model to use as the title.

  • Optional vectorizeCollectionName?: boolean

    Whether to vectorize the collection name.