Skip to content

Releases: cohere-ai/cohere-compass-sdk

Release v1.7.1

03 Sep 08:26
6991b88
Compare
Choose a tag to compare
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

22 Aug 19:28
beabfaa
Compare
Choose a tag to compare

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

20 Aug 07:33
9124ee4
Compare
Choose a tag to compare
feat: Adding asset id to returned chunk (#143)

Release v1.5.0

18 Aug 13:12
97eaed9
Compare
Choose a tag to compare
feat: Adding new upload api (#139)

Release v1.4.2

25 Jul 15:21
63e21ac
Compare
Choose a tag to compare
build: Updating version for release (#138)

Release v1.4.1

25 Jun 10:58
1a22b81
Compare
Choose a tag to compare
chore: Update version (#134)

Updating version to make a release

Release v1.4.0

23 Jun 22:48
b7ad538
Compare
Choose a tag to compare
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

13 Jun 16:18
96154c9
Compare
Choose a tag to compare
fix: Removing if clause in publish (#128)

## Description
Bug fix in publish script

Release v1.3.4

13 Jun 16:11
ef44673
Compare
Choose a tag to compare
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

10 Jun 19:29
97aae7e
Compare
Choose a tag to compare
feat: adding get_index_details method (#124)