We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
embeddings = ErnieEmbeddings(aistudio_access_token=aistudio_access_token, chunk_size=16, sleep_time=0.5)
The text was updated successfully, but these errors were encountered:
你好,实际上LangChain中已经集成了qianfan的embeddings接口,详见文档:https://api.python.langchain.com/en/latest/embeddings/langchain.embeddings.baidu_qianfan_endpoint.QianfanEmbeddingsEndpoint.html#
Sorry, something went wrong.
sijunhe
Bobholamovic
No branches or pull requests
目前 ErnieEmbeddings 仅支持aistudio模式,不支持 qianfan的ak/sk鉴权方式
The text was updated successfully, but these errors were encountered: