Skip to content

Fix chroma span collection for retrieved_documents #104

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

Merged
merged 1 commit into from
Jun 24, 2025

Conversation

freddiev4
Copy link
Contributor

We were checking for if hasattr(result, 'ids') and result.ids and len(result.ids) > 0: but result is actually a dict so we were just skipping over the data and not collecting the db.query.retrieved_documents span

@freddiev4 freddiev4 requested a review from crekhari June 24, 2025 23:13
@freddiev4 freddiev4 marked this pull request as ready for review June 24, 2025 23:13
@freddiev4 freddiev4 merged commit 46b6a47 into main Jun 24, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants