langchain_community.embeddings.openai
.async_embed_with_retry¶
- async langchain_community.embeddings.openai.async_embed_with_retry(embeddings: OpenAIEmbeddings, **kwargs: Any) Any [source]¶
Use tenacity to retry the embedding call.