langchain_community.embeddings.dashscope
.embed_with_retry¶
- langchain_community.embeddings.dashscope.embed_with_retry(embeddings: DashScopeEmbeddings, **kwargs: Any) Any [source]¶
Use tenacity to retry the embedding call.
- Parameters
embeddings (DashScopeEmbeddings) –
kwargs (Any) –
- Return type
Any