You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
Rajendra Kadam 7ee2822ec2
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>
4 months ago
..
cli cli[minor]: remove redefined DEFAULT_GIT_REF (#21471) 4 months ago
community community: Fix TypeError in PebbloRetrievalQA (#23170) 4 months ago
core docs: fix merge message runs docstring (#23279) 4 months ago
experimental core[minor]: BaseChatModel with_structured_output implementation (#22859) 4 months ago
langchain core[minor]: Update pgvector transalor for langchain_postgres (#23217) 4 months ago
partners partners: add lint docstrings for chroma module (#23249) 4 months ago
standard-tests standard tests: add test for tool calling (#23234) 4 months ago
text-splitters text-splitters: Fix/recursive json splitter data persistence issue (#21529) 4 months ago