Skip to content

Releases: cohere-ai/cohere-compass-sdk

v0.11.0

18 Dec 23:14
c3b7d9a
Compare
Choose a tag to compare

What's Changed

  • Introduce more Ruff rules to improve code quality by @corafid in #69
  • Add type support to update_group_authorization by @corafid in #70

Full Changelog: v0.10.1...v0.11.0

v0.10.1

13 Dec 17:56
6023413
Compare
Choose a tag to compare

What's Changed

  • fix: set the default value of DocumentStatus.updated_at to None. by @luca-cohere in #68

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

13 Dec 14:49
14514bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.4...v0.10.0

v0.9.4

13 Dec 14:27
d7a896b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.9.4

v0.9.1

10 Dec 16:18
95dbd13
Compare
Choose a tag to compare

What's Changed

  • Move modules under "cohere.compass" + More refactoring by @corafid in #56
  • Update document name in models by @benrules3 in #57
  • Renames related to the recent API renames by @corafid in #58

Full Changelog: v0.7.0...v0.9.1

v0.8.0

10 Dec 16:42
ec32e5b
Compare
Choose a tag to compare

What's Changed

  • Move modules under "cohere.compass" + More refactoring by @corafid in #56

Full Changelog: v0.7.0...v0.8.0

v0.7.0

04 Dec 19:08
46cd001
Compare
Choose a tag to compare

What's Changed

  • General refactoring and code quality improvement by @corafid in #54
  • Support more datasources APIs by @corafid in #55

Full Changelog: v0.5.1...v0.7.0

v0.5.1

03 Dec 00:26
1c22d5c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.2...v0.5.1

0.3.2

08 Nov 18:24
d9e7dbd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release.pangolin...0.3.2

Pangolin

23 Oct 08:50
94be863
Compare
Choose a tag to compare

Adapts to the latest changes in the compass-parser new release, release.pangolin.

  • Removes the is_dataset parameter from CompassDocument and all the parser process file/files/folder functions.
  • CompassDocumentChunk.origin is no longer a pydantic model, but a Dict[str, Any] so that we can add arbitrary non-numeric fields such as "tab_name": "some name" for spreadsheets.