Skip to content

Record output from non-streaming responses in DB #1078

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
Feb 17, 2025

Conversation

aponcedeleonch
Copy link
Contributor

Closes: #938

We were not recording the output of the non-streamed responses in the DB. In our API we're filtering out all the conversations that don't contain an answer. Since we were not recording non-streamed responses we were filtering out the entire conversation if it was non-streamed.

Note: This still doesn't add an output pipeline for non-streamed responses.

Closes: #938

We were not recording the output of the non-streamed responses
in the DB. In our API we're filtering out all the conversations that don't
contain an answer. Since we were not recording non-streamed responses
we were filtering out the entire conversation if it was non-streamed.

Note: This still doesn't add an output pipeline for non-streamed
responses.
@aponcedeleonch aponcedeleonch merged commit 2efb453 into main Feb 17, 2025
11 checks passed
@aponcedeleonch aponcedeleonch deleted the non-stream-responses branch February 17, 2025 16:19
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.

Non-streamed responses aren't reflected in the dashboard
2 participants