-
Notifications
You must be signed in to change notification settings - Fork 132
feat: add Arize Phoenix tracing integration #904
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
Conversation
Code Coverage SummaryDetailsDiff against mainResults for commit: 8bd7d0a Minimum allowed coverage is ♻️ This comment has been updated with latest results |
| phoenix = [ | ||
| "arize-phoenix>=4.0.0,<5.0.0", | ||
| "openinference-instrumentation>=0.1.0,<1.0.0", | ||
| ] |
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.
Why are the range constraints so restrictive? uv uses >=4.36.0 by default
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.
12.0.0; 0.1.41
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.
Please update uv.lock accordingly
| # /// script | ||
| # requires-python = ">=3.10" | ||
| # dependencies = [ | ||
| # "ragbits-core[phoenix]", |
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.
Maybe it will be good to have constraint for the version where this extras will be available
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.
And which version would that be?
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.
I think it will be included in the next release which is 1.4.0 . Am I right @mhordynski ?
…le, and conditionally import openinference trace modules in tests.
Co-authored-by: Michal Pstrag <[email protected]>
…le, and conditionally import openinference trace modules in tests.
…le, and conditionally import openinference trace modules in tests.
…te usage for consistency.
|
resolving conflicts brought in a bunch of unrelated files. Should not have rebased. Moving to #912 |
No description provided.