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

feat: add support for RetrievalQA chains #6

Merged
merged 4 commits into from
Apr 24, 2023
Merged

Conversation

ajndkr
Copy link
Owner

@ajndkr ajndkr commented Apr 24, 2023

Description

This PR adds support for RetrievalQA chains and refactors the response module to responses for adding support for more chains in the future

Breaking Changes

  • fastapi_async_langchain.response.LangchainStreamingResponsefastapi_async_langchain.responses.LLMChainStreamingResponse for LLMChain chains

Changelog

  • ✨ added RetrievalQAStreamingResponse for RetrievalQA chains
  • ♻️ refactored response module

@ajndkr ajndkr added feature New feature or request breaking labels Apr 24, 2023
@ajndkr ajndkr self-assigned this Apr 24, 2023
@ajndkr ajndkr merged commit 518cc52 into main Apr 24, 2023
@ajndkr ajndkr deleted the feat/add-retr-qa-support branch April 24, 2023 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant