You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
.