Skip to content

Commit

Permalink
feat!: Update examples with new toolkit version (#77)
Browse files Browse the repository at this point in the history
* updated examples with new conversion changes in toolkit.

Signed-off-by: Tiago Santana <[email protected]>

* fix conversion settings example in upload_explore_donwlad_pdfs

Signed-off-by: Tiago Santana <[email protected]>

* Small fixes to upload_and_explore example

Signed-off-by: Viktor Kuropiatnyk <[email protected]>

* fix download of kg and add validation of file exists. few typo fix

Signed-off-by: Tiago Santana <[email protected]>

* changed deepsearch-toolkit dep to version 2.0.0

Signed-off-by: Tiago Santana <[email protected]>

---------

Signed-off-by: Tiago Santana <[email protected]>
Signed-off-by: Viktor Kuropiatnyk <[email protected]>
Co-authored-by: Viktor Kuropiatnyk <[email protected]>
Signed-off-by: DKL <[email protected]>
  • Loading branch information
2 people authored and kdinkla committed Jan 17, 2025
1 parent 46c7ebb commit 67d9f6a
Show file tree
Hide file tree
Showing 19 changed files with 9,419 additions and 6,803 deletions.
321 changes: 27 additions & 294 deletions examples/attachment_management/manage_attachments.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "8ee29891",
"metadata": {},
"source": [
"# Bring Your Own Converted Documents\n",
"# Bring Your Own Converted Documents*\n",
"\n",
"In some use cases you will be ingesting documents which have previously been converted or parsed. For example,\n",
"you might have generated your documents directly in JSON format, or you might have converted the documents\n",
Expand All @@ -15,6 +15,9 @@
"in Deep Search.\n",
"\n",
"\n",
"*deprecated; in future we will accept only Docling Docs\n",
"\n",
"\n",
"## Access required\n",
"\n",
"The content of this notebook requires access to Deep Search capabilities which are not\n",
Expand Down
361 changes: 89 additions & 272 deletions examples/bring_your_own_pdf/upload_explore_download_pdfs.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 67d9f6a

Please sign in to comment.