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/partners/upstage/langchain_upstage
junkeon 4fda7bf4f2
upstage[patch] : fix error handling in Layout Analysis parser (#22054)
This pull request addresses and fixes exception handling in the
UpstageLayoutAnalysisParser and enhances the test coverage by adding
error exception tests for the document loader. These improvements ensure
robust error handling and increase the reliability of the system when
dealing with external API calls and JSON responses.

### Changes Made
1. Fix Request Exception Handling:

- Issue: The existing implementation of UpstageLayoutAnalysisParser did
not properly handle exceptions thrown by the requests library, which
could lead to unhandled exceptions and potential crashes.
- Solution: Added comprehensive exception handling for
requests.RequestException to catch any request-related errors. This
includes logging the error details and raising a ValueError with a
meaningful error message.

2. Add Error Exception Tests for Document Loader:

- New Tests: Introduced new test cases to verify the robustness of the
UpstageLayoutAnalysisLoader against various error scenarios. The tests
ensure that the loader gracefully handles:
- RequestException: Simulates network issues or invalid API requests to
ensure appropriate error handling and user feedback.
- JSONDecodeError: Simulates scenarios where the API response is not a
valid JSON, ensuring the system does not crash and provides clear error
messaging.
4 months ago
..
tools (all): update removal in deprecation warnings from 0.2 to 0.3 (#21265) 5 months ago
__init__.py upstage: Upstage Groundedness Check parameter update (#20914) 5 months ago
chat_models.py core, standard tests, partner packages: add test for model params (#21677) 4 months ago
embeddings.py partner-upstage[patch]: embeddings empty list bug (#22057) 4 months ago
layout_analysis.py upstage[minor]: add merge_and_split function for document loader (#21603) 4 months ago
layout_analysis_parsers.py upstage[patch] : fix error handling in Layout Analysis parser (#22054) 4 months ago
py.typed upstage: init package (#20574) 5 months ago