generated from langchain-ai/integration-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Simple script no longer works in 0.2.0 (ValueError: could not convert string to float: 'float_') #81
Comments
Anirudh31415926535
added a commit
that referenced
this issue
Aug 12, 2024
Fixes: #61 and #81 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: harry-cohere <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Hi @bovlb thanks for raising this issue! This is now fixed in 0.2.1 release! :) |
isahers1
added a commit
to langchain-ai/langchain
that referenced
this issue
Aug 14, 2024
This can be finished after the following issue is resolved: langchain-ai/langchain-cohere#81 Related to: #24856 ```json [ { "provider": "cohere", "js": true, "local": false, "serializable": false, } ] ``` --------- Co-authored-by: isaac hershenson <[email protected]> Co-authored-by: Isaac Francisco <[email protected]>
olgamurraft
pushed a commit
to olgamurraft/langchain
that referenced
this issue
Aug 16, 2024
…25250) This can be finished after the following issue is resolved: langchain-ai/langchain-cohere#81 Related to: langchain-ai#24856 ```json [ { "provider": "cohere", "js": true, "local": false, "serializable": false, } ] ``` --------- Co-authored-by: isaac hershenson <[email protected]> Co-authored-by: Isaac Francisco <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This script works in versions before 0.2.0. In 0.2.0 it produces the error:
ValueError: could not convert string to float: 'float_'
The text was updated successfully, but these errors were encountered: