Releases: cohere-ai/cohere-compass-sdk
Releases · cohere-ai/cohere-compass-sdk
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)
Release v1.3.2
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
fix: Adding direct_search_scroll_with_index (#117) Adding `direct_search_scroll_with_index` sdk method
Release v1.3.0
feat: Make the clients thread safe (#116) Make the `CompassClient` and `CompassParserClient` thread safe.
Release v1.2.0
fix: Add configurable knn index engine (#114) ### Description Exposing optional index config field
Release v1.1.0
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
fix: Remove required `/api` in url as not every deployment would have…