-
Notifications
You must be signed in to change notification settings - Fork 469
chore(llmobs): remove docs on previously removed pc sampling feature #15347
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?
Conversation
8b0d92e to
dd99f8b
Compare
sabrenner
left a comment
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 wording nit but can ignore, yeet it
brettlangdon
left a comment
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.
lgtm
|
|
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 259 ± 3 ms. The average import time from base is: 261 ± 3 ms. The import time difference between this PR and base is: -2.2 ± 0.1 ms. Import time breakdownThe following import paths have grown:
|
MLOB-4495
Description
Cleans up outdated public docs on already-removed beta prompt-completion sampling feature for our OpenAI/VertexAI/Langchain/Anthropic/Bedrock integrations. We had previously removed them in 3.x but forgot to remove the corresponding integration doc sections.
Also cleans up unused code and integration configs which are remnants of that removed feature (note that these are not breaking changes, tagging APM integration spans with prompt/completion tags was already removed and publicly-documented in release notes in the 3.11 minor release).
Testing
Risks
Additional Notes