MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / batchEmbedContents

Method batchEmbedContents

out/cli.cjs:79675–79678  ·  view source on GitHub ↗

* Embeds an array of EmbedContentRequests. * * Fields set in the optional SingleRequestOptions parameter will * take precedence over the RequestOptions values provided to * GoogleGenerativeAI.getGenerativeModel .

(batchEmbedContentRequest, requestOptions = {})

Source from the content-addressed store, hash-verified

79673 }
79674 /**
79675 * Embeds an array of {@link EmbedContentRequest}s.
79676 *
79677 * Fields set in the optional {@link SingleRequestOptions} parameter will
79678 * take precedence over the {@link RequestOptions} values provided to
79679 * {@link GoogleGenerativeAI.getGenerativeModel }.
79680 */
79681 async batchEmbedContents(batchEmbedContentRequest, requestOptions = {}) {

Callers

nothing calls this directly

Calls 1

batchEmbedContentsFunction · 0.85

Tested by

no test coverage detected