langchain_community.embeddings.google_palm.embed_with_retry¶

langchain_community.embeddings.google_palm.embed_with_retry(embeddings: GooglePalmEmbeddings, *args: Any, **kwargs: Any) Any[source]¶

Use tenacity to retry the completion call.

Parameters
Return type

Any