Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
contextgem-0.9.0.tar.gz | 2025-07-02 | 141.9 kB | |
contextgem-0.9.0-py3-none-any.whl | 2025-07-02 | 185.9 kB | |
README.md | 2025-07-02 | 369 Bytes | |
v0.9.0 source code.tar.gz | 2025-07-02 | 29.1 MB | |
v0.9.0 source code.zip | 2025-07-02 | 29.5 MB | |
Totals: 5 Items | 59.0 MB | 0 |
New exception handling for LLM extraction methods: Added raise_exception_on_extraction_error
parameter (default is True) to LLM extraction methods. Controls whether to raise an exception when LLM returns invalid data (LLMExtractionError
) or when there is an error calling LLM API (LLMAPIError
). When False, warnings are issued and no extracted items are returned.