embed_with_retry#

langchain_community.embeddings.premai.embed_with_retry(embedder: PremAIEmbeddings, model: str, project_id: int, input: str | List[str]) Any[source]#

在嵌入调用中使用tenacity进行重试

Parameters:
  • embedder (PremAIEmbeddings)

  • model (str)

  • project_id (int)

  • 输入 (字符串 | 列表[字符串])

Return type:

任何