Replies: 1 comment
-
The pull request was merged and released. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
I’d like to be able to attach arbitrary metadata labels to each Vertex AI prediction call through the LangChainJS VertexAI wrapper. Currently, the
VertexAI
class in langchainjs does not expose a way to pass custom labels, which makes it hard to correlate usage, billing, or downstream processing back to specific application contexts.Relevant links:
Motivation
I’m always frustrated when I can’t distinguish or filter Vertex AI calls by their origin in my analytics or billing dashboards. For example:
Without first-class support for metadata labels in LangChainJS, I end up writing custom HTTP clients or patching the library at runtime, which is brittle and hard to maintain.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions