-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add a streaming RAG method #967
Merged
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4cf14b - Browse repository at this point
Copy the full SHA a4cf14bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80042db - Browse repository at this point
Copy the full SHA 80042dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 877d988 - Browse repository at this point
Copy the full SHA 877d988View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a06852 - Browse repository at this point
Copy the full SHA 4a06852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f4d07b - Browse repository at this point
Copy the full SHA 4f4d07bView commit details -
Stream RAG request directly to response body
Instead of using the async generator and converting the text back into a byte stream, just pipe the response from the RAG request directly to the response in `streamRag`.
Configuration menu - View commit details
-
Copy full SHA for 80328ee - Browse repository at this point
Copy the full SHA 80328eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a4a80 - Browse repository at this point
Copy the full SHA 70a4a80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2ee10 - Browse repository at this point
Copy the full SHA 9a2ee10View commit details -
Use
eventsource-parser
in async generatorEnsures that the chunks are properly parsed and emitted as they come in, splitting multiple events that arrive together in one chunk, and combining partial events from multiple chunks into a single emitted value.
Configuration menu - View commit details
-
Copy full SHA for 9c6a46a - Browse repository at this point
Copy the full SHA 9c6a46aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd82d48 - Browse repository at this point
Copy the full SHA fd82d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1be3174 - Browse repository at this point
Copy the full SHA 1be3174View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f80c52 - Browse repository at this point
Copy the full SHA 0f80c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 874f023 - Browse repository at this point
Copy the full SHA 874f023View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1b0110 - Browse repository at this point
Copy the full SHA c1b0110View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec9a0cb - Browse repository at this point
Copy the full SHA ec9a0cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31b96ae - Browse repository at this point
Copy the full SHA 31b96aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bc3dd4 - Browse repository at this point
Copy the full SHA 4bc3dd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 831259e - Browse repository at this point
Copy the full SHA 831259eView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5809d25 - Browse repository at this point
Copy the full SHA 5809d25View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab6683b - Browse repository at this point
Copy the full SHA ab6683bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7dd1fe - Browse repository at this point
Copy the full SHA d7dd1feView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.