What problem do you want to solve?
Langchain instrumentation carries mixed semantic-convention behavior, with legacy and latest GenAI semconv paths coexisting. The goal is to fully migrate to latest GenAI semconv behavior and remove legacy semconv logic.
Describe the solution you'd like
PR Plan
PR1: Remove the legacy semantic conventions and migrate to latest and also update the classes to use the latest changes from genai utils, such as using InferenceInvocation instead of deprecated LLMInvocation, etc.
Will update the plan as progress is made.
What problem do you want to solve?
Langchain instrumentation carries mixed semantic-convention behavior, with legacy and latest GenAI semconv paths coexisting. The goal is to fully migrate to latest GenAI semconv behavior and remove legacy semconv logic.
Describe the solution you'd like
PR Plan
PR1: Remove the legacy semantic conventions and migrate to latest and also update the classes to use the latest changes from genai utils, such as using InferenceInvocation instead of deprecated LLMInvocation, etc.
Will update the plan as progress is made.