Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Record output from non-streaming responses in DB #1078

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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