Closed ajndkr closed 1 year ago
User creates an application using RetrievalQAWithSourcesChain with streaming_mode=0
RetrievalQAWithSourcesChain
streaming_mode=0
API call fails due to:
pydantic.error_wrappers.ValidationError: 1 validation error for QbutpLangchainResponse response -> source_documents str type expected (type=type_error.str)
API call returns chain output
Scenario
User creates an application using
RetrievalQAWithSourcesChain
withstreaming_mode=0
Actual result
API call fails due to:
Expected result
API call returns chain output
Acceptance criteria