-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
Fail to run langchain milvus vector store sample #217
Comments
looks like there is an issue on the server, we will investigate it. |
any updates? :) |
Would you try the dedicated server? serverless may have some problem on langchain.js. it needs to be update. |
Got you, dedicated server works. Looking forward to the serverless update. 💪 |
Hi there, any updates or further guides on the server side? I've noticed and tried latest milvus client update on langchain-js, still not working w/ serverless server. :( |
@nameczz could you please give an example? |
@webup Hi, we update example now. Please have a check. |
I've updated langchain and milvus lib to the latest, and followed this ut as the sample which should be same as your new OpenAIEmbeddings(),
{
collectionName: "langchain_valtown",
// autoId: false,
// primaryField: "id",
clientConfig: {
address: process.env.ZILIZ_URL,
token: process.env.ZILIZ_API_KEY,
ssl: true,
},
} Following error messages returned:
|
@webup hi, I'm working well after replace the real token, address and openaikey. |
Describe the bug:
Fail to run this sample with error messages:
E Connection to dns:in03-02861d92d812d64.api.gcp-us-west1.zillizcloud.com at 34.160.220.160:443 rejected by server because of excess pings
.Steps to reproduce:
Milvus-node-sdk version: 2.2.23
Milvus version: Ziliz Cloud Serverless (Free)
The text was updated successfully, but these errors were encountered: