-
Notifications
You must be signed in to change notification settings - Fork 797
GenAI spec updates for langchain #3813
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
base: main
Are you sure you want to change the base?
GenAI spec updates for langchain #3813
Conversation
@wrisa, can you review it and propose the plan to implement in the opentelemetry-util-genai instead? |
@nagkumar91 we have latest WIP genai utils where all the semantic convention aligned telemetry can be moved. |
"azure": GenAI.GenAiProviderNameValues.AZURE_AI_OPENAI.value, | ||
"azure_openai": GenAI.GenAiProviderNameValues.AZURE_AI_OPENAI.value, | ||
"azure-ai-openai": GenAI.GenAiProviderNameValues.AZURE_AI_OPENAI.value, | ||
"azure_ai_openai": GenAI.GenAiProviderNameValues.AZURE_AI_OPENAI.value, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
defined twice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one has -
and the other _
|
Description
This PR renames the package to
opentelemetry-instrumentation-langchain-v2
and updates the collector to the latest spec.This allows us to release the package as the official opentelemetry package.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.