Closed ajndkr closed 1 year ago
This PR adds support for RetrievalQA chains and refactors the response module to responses for adding support for more chains in the future
RetrievalQA
response
responses
fastapi_async_langchain.response.LangchainStreamingResponse
fastapi_async_langchain.responses.LLMChainStreamingResponse
LLMChain
RetrievalQAStreamingResponse
Description
This PR adds support for
RetrievalQA
chains and refactors theresponse
module toresponses
for adding support for more chains in the futureBreaking Changes
fastapi_async_langchain.response.LangchainStreamingResponse
→fastapi_async_langchain.responses.LLMChainStreamingResponse
forLLMChain
chainsChangelog
RetrievalQAStreamingResponse
forRetrievalQA
chainsresponse
module