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