Skip to content

Commit

Permalink
feat!: change conversion tasks to cps api (#190)
Browse files Browse the repository at this point in the history
This PR has breaking changes as it matches new version of DS, namely:

- Convert document now calls cps api instead of ccs api, simplifying the
flow
- Conversion settings have been simplified, now we initialize conversion
settings object and change it to our desire (more info in documentation)
- Convert documents now only accepts a single document, for batch of
documents please use DS

---------

Signed-off-by: Tiago Santana <[email protected]>
  • Loading branch information
SantanaTiago authored Jan 17, 2025
1 parent eed6bb2 commit 4150e78
Show file tree
Hide file tree
Showing 413 changed files with 26,991 additions and 2,454 deletions.
13 changes: 0 additions & 13 deletions deepsearch/core/util/ccs_utils.py

This file was deleted.

151 changes: 149 additions & 2 deletions deepsearch/cps/apis/public_v2/__init__.py

Large diffs are not rendered by default.

Loading

0 comments on commit 4150e78

Please sign in to comment.