-
Notifications
You must be signed in to change notification settings - Fork 102
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
OpenAI v1 embeddings errors #1005
OpenAI v1 embeddings errors #1005
Conversation
…on-agent into feature-openai-v1
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop-ai-limited-preview #1005 +/- ##
=============================================================
Coverage ? 82.12%
=============================================================
Files ? 191
Lines ? 20148
Branches ? 3499
=============================================================
Hits ? 16547
Misses ? 2598
Partials ? 1003 ☔ View full report in Codecov by Sentry. |
…relic-python-agent into openai-v1-embeddings-errors
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.
Mainly just need to fix up the tests now that they are actually running and there's a couple minor fixups in the hook file to handle None cases.
@validate_span_events( | ||
exact_agents={ | ||
"error.message": "create() missing 1 required keyword-only argument: 'model'" | ||
if sys.version_info < (3, 10) |
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.
Ugh that's annoying.
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.
Looks good!
13c3418
into
develop-ai-limited-preview
Overview
Add support for openai v1 embedding error traces and events.