Skip to content
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

fix: conditionally display re-ranker queries in span details #4263

Merged
merged 2 commits into from
Aug 16, 2024

Conversation

axiomofjoy
Copy link
Contributor

@axiomofjoy axiomofjoy commented Aug 16, 2024

Some re-rankers such as this Lost-in-the-middle re-ranker do not require queries. So we display the query card in the span details only conditionally.

Screenshot 2024-08-16 at 12 40 13 PM

Screenshot 2024-08-16 at 12 40 38 PM

resolves #916

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Aug 16, 2024
@axiomofjoy axiomofjoy merged commit 248d61b into main Aug 16, 2024
7 checks passed
@axiomofjoy axiomofjoy deleted the xander/reranker-query branch August 16, 2024 19:59
fjcasti1 added a commit that referenced this pull request Aug 20, 2024
* main:
  chore: add utility function for password salting and hashing (#4287)
  chore: update ruff to 0.6.1 (#4282)
  chore(main): release arize-phoenix-otel 0.2.0 (#4281)
  feat: Clarify `register` API documentation (#4280)
  README patch (#4279)
  refactor(auth): name it role.name (#4265)
  docs: add haystack to README
  docs: Add Phoenix Llamaindex RAG Demo notebook + chunks + questions (#4202)
  chore(main): release arize-phoenix-otel 0.1.0 (#4264)
  feat: Create `phoenix.otel` package (#4230)
  fix: conditionally display re-ranker queries in span details (#4263)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Displaying empty query for some re-rankers.
2 participants