embeddingTitle method
Sets the title for embedding documents (only for RETRIEVAL_DOCUMENT task type)
Providing a title can improve embedding quality for retrieval tasks.
Implementation
GoogleLLMBuilder embeddingTitle(String title) {
_baseBuilder.extension('embeddingTitle', title);
return this;
}