Skip to content

Releases: cohere-ai/cohere-compass-sdk

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)

Release v1.3.2

06 Jun 15:05
0a7fde0
Compare
Choose a tag to compare
feat: updates to SDK to support multiple models mode for Compass (#121)

Updates IndexConfig for `create_index` to add the `dense_model` and
`sparse_model` params
Updates the SearchConfig used for `search_docs` and `search_chunks` to
add `rerank_model` param
Adds the new `get_models` method to retrieve the list of configured
models for a Compass server.
Provide a code sample for `get_models`

Release v1.3.1

27 May 09:35
2e3a71e
Compare
Choose a tag to compare
fix: Adding direct_search_scroll_with_index (#117)

Adding `direct_search_scroll_with_index` sdk method

Release v1.3.0

24 May 17:47
72a4759
Compare
Choose a tag to compare
feat: Make the clients thread safe (#116)

Make the `CompassClient` and `CompassParserClient` thread safe.

Release v1.2.0

02 May 16:30
fbbf2d6
Compare
Choose a tag to compare
fix: Add configurable knn index engine (#114)

### Description 

Exposing optional index config field

Release v1.1.0

15 Apr 16:09
2955521
Compare
Choose a tag to compare
feat: Add PDF parsing configuration (#110)

Add support for the Smart parsing strategy and configuring PDF parsing
via the `pdf_parsing_config` field under `ParsingConfig`.

---------

Co-authored-by: artemiyatcohere <[email protected]>

Release v1.0.1

04 Apr 18:38
04be6ba
Compare
Choose a tag to compare
fix: Remove required `/api` in url as not every deployment would have…