-
Notifications
You must be signed in to change notification settings - Fork 2.5k
google[patch]: fix: handling multibyte characters in stream for google-vertexai-web #6502
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
google[patch]: fix: handling multibyte characters in stream for google-vertexai-web #6502
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you very much! |
@pokutuna is attempting to deploy a commit to the LangChain Team on Vercel. A member of the Team first needs to authorize it. |
Thanks for the review. Fixed import extension due to CI failure. CI is still failing, but I can't access Vercel details. |
It's not you, we're hitting some rate limits for API refs. Will merge and ship tomorrow. Thanks again! |
Sorry for the delay, thanks again! |
…e-vertexai-web (langchain-ai#6502) * fix: handling multibyte characters in stream for google-vertexai-web * fix: update import path to use .js on test
Fixes #6501
I have fixed this issue similarly to #5286.
The approach is the same, but we need to use components that work in the Browser environment instead of Node.
I previously fixed the same issue for
@langchain/google-vertexai
in #5285.Although I don't use
@langchain/google-vertexai-web
myself, I've also fixed this package as it was requested in the issue.