langchain
7ee2822e - community: Fix TypeError in PebbloRetrievalQA (#23170)

Commit
1 year ago
community: Fix TypeError in PebbloRetrievalQA (#23170) **Description:** Fix "`TypeError: 'NoneType' object is not iterable`" when the auth_context is absent in PebbloRetrievalQA. The auth_context is optional; hence, PebbloRetrievalQA should work without it, but it throws an error at the moment. This PR fixes that issue. **Issue:** NA **Dependencies:** None **Unit tests:** NA --------- Co-authored-by: Chester Curme <chester.curme@gmail.com>
Author
Parents
Loading