langchain/libs
Jim Baldwin 6890daa90c
community: make AthenaLoader profile_name optional and fix type hint (#24958)
- **Description:** This PR makes the AthenaLoader profile_name optional
and fixes the type hint which says the type is `str` but it should be
`str` or `None` as None is handled in the loader init. This is a minor
problem but it just confused me when I was using the Athena Loader to
why we had to use a Profile, as I want that for local but not
production.
- **Issue:** #24957 
- **Dependencies:** None.
2024-08-05 14:28:58 +00:00
..
cli docs: update retriever template, add arxiv retriever (#24947) 2024-08-01 16:53:18 -04:00
community community: make AthenaLoader profile_name optional and fix type hint (#24958) 2024-08-05 14:28:58 +00:00
core docs: show beta directive (#25013) 2024-08-03 03:07:45 +00:00
experimental Add relik transformer config (#25019) 2024-08-03 08:41:45 -04:00
langchain langchain: Make RetryWithErrorOutputParser.from_llm() create a correct retry chain (#25053) 2024-08-05 14:21:27 +00:00
partners patch[Partners] Unified fix of incorrect variable declarations in all check_imports (#25014) 2024-08-03 13:49:41 -04:00
standard-tests standard-tests: set integration test parameters independent of unit test (#24979) 2024-08-02 10:40:11 -07:00
text-splitters text-splitters[patch]: Release 0.2.3 (#24998) 2024-08-02 20:27:22 +00:00