Releases: cohere-ai/cohere-compass-sdk
Releases · cohere-ai/cohere-compass-sdk
Release v1.7.1
fix: Adding error log when parser fails on doc level (#147) Previously, if a document failed during parsing, the error was silently ignored and only the successfully parsed documents were returned. This PR introduces error logging so that any document-specific parsing failures are now recorded, making issues more visible while continuing to return the successfully parsed documents.
Release v1.7.0
Added a timeout for the parser client, process_file_timeout_seconds
. Optionally, on calls to process_file
, timeout for the HTTP call can be specified for the request.Session
Release v1.6.0
feat: Adding asset id to returned chunk (#143)
Release v1.5.0
feat: Adding new upload api (#139)
Release v1.4.2
build: Updating version for release (#138)
Release v1.4.1
chore: Update version (#134) Updating version to make a release
Release v1.4.0
feat: Add enable_assets_returned_as_base64 to ParserConfig (#131) Add the `enable_assets_returned_as_base64`, which allows the client to enable or disable returning document assets.
Release v1.3.5
fix: Removing if clause in publish (#128) ## Description Bug fix in publish script
Release v1.3.4
fix: publish script path (#127) ### Description Bumping version of adding model validator to Compass documents and chunk content Fixing publish script path
Release v1.3.3
feat: adding get_index_details method (#124)