langchain/libs
Timothy ad77fa15ee
community[patch]: Adding try-except block for GCSDirectoryLoader (#19591)
- **Description:** Implemented try-except block for
`GCSDirectoryLoader`. Reason: Users processing large number of
unstructured files in a folder may experience many different errors. A
try-exception block is added to capture these errors. A new argument
`use_try_except=True` is added to enable *silent failure* so that error
caused by processing one file does not break the whole function.
- **Issue:** N/A
- **Dependencies:** no new dependencies
- **Twitter handle:** timothywong731

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-03-27 00:12:24 +00:00
..
cli cli[patch]: release 0.0.22rc0, chat playground (#19614) 2024-03-26 15:08:56 -07:00
community community[patch]: Adding try-except block for GCSDirectoryLoader (#19591) 2024-03-27 00:12:24 +00:00
core docs: Update docstring for MessagesPlaceholder (#19601) 2024-03-26 14:34:00 -07:00
experimental experimental[patch]: PromptTemplate import fix (#19617) 2024-03-26 17:03:13 -07:00
langchain langchain[patch]: Add async methods to EmbeddingRouterChain (#19603) 2024-03-26 14:33:36 -07:00
partners voyageai[patch]: VoyageAI rerank (#19521) 2024-03-26 17:07:23 -07:00
text-splitters splitters: Add ensure_ascii parameter (#18485) 2024-03-19 12:51:16 -07:00