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

Add streaming #39

Merged
merged 4 commits into from
Jun 21, 2024
Merged

Add streaming #39

merged 4 commits into from
Jun 21, 2024

Conversation

john0isaac
Copy link
Contributor

@john0isaac john0isaac commented Jun 21, 2024

Purpose

This PR adds Streaming for RAG as this is the only streamable response keyword, and the vector doesn't support async or streaming.
It also improves the prompt for context and summarization of chat history.
closes #8

Does this introduce a breaking change?

- [ ] Yes
- [x] No

Pull Request Type

What kind of change does this Pull Request introduce?

- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Documentation content changes
- [ ] Other... Please describe:

@john0isaac john0isaac added the enhancement New feature or request label Jun 21, 2024
@john0isaac john0isaac self-assigned this Jun 21, 2024
@john0isaac john0isaac marked this pull request as ready for review June 21, 2024 21:39
@john0isaac john0isaac merged commit 8f4ee48 into main Jun 21, 2024
7 checks passed
@john0isaac john0isaac deleted the add-support-for-streaming branch June 21, 2024 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Support for Streaming Responses
1 participant