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
Langchain Instrumentation
Allow uploading base64-encoded image inputs to LangChain models to storage, similar to what was done for Anthropic in #2029
Basically, because LangChain allows both url and base64 inputs (similar to Anthropic), though they call either payload type image_url🤦♂️
image_url
See: https://python.langchain.com/docs/how_to/multimodal_inputs/
Similar to #2029
No response
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Which component is this feature for?
Langchain Instrumentation
🔖 Feature description
Allow uploading base64-encoded image inputs to LangChain models to storage, similar to what was done for Anthropic in #2029
🎤 Why is this feature needed ?
Basically, because LangChain allows both url and base64 inputs (similar to Anthropic), though they call either payload type
image_url
🤦♂️See: https://python.langchain.com/docs/how_to/multimodal_inputs/
✌️ How do you aim to achieve this?
Similar to #2029
🔄️ Additional Information
No response
👀 Have you spent some time to check if this feature request has been raised before?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: