Skip to content

Release v2.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Feb 15:07
27e3111
feat: Remove MetadataConfig, add EnrichmentConfig (#186)

`MetadataConfig` has been deprecated on Compass server side. It is being
replaced with `EnrichmentConfig`. Enrichment will only be enabled for
the async ingestion endpoints, so has only been added to the relevant
model here (`ParseableDocumentConfig`).

This PR also removes a set of unused fields in `ParserConfig`.

Follows on from https://github.com/cohere-ai/cohere-compass-sdk/pull/182
.