-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update doc_chunk with new docling v2
Signed-off-by: Michele Dolfi <[email protected]>
- Loading branch information
1 parent
7e5ea90
commit e929903
Showing
13 changed files
with
37 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
data-prep-toolkit==0.2.2.dev1 | ||
docling-core==1.7.2 | ||
docling-core==2.3.0 | ||
llama-index-core>=0.11.0,<0.12.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-16.5 KB
(46%)
transforms/language/doc_chunk/python/test-data/expected/test1.parquet
Binary file not shown.
Binary file modified
BIN
-37.3 KB
(24%)
transforms/language/doc_chunk/python/test-data/input/test1.parquet
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "dpk_doc_chunk_transform_ray" | ||
version = "0.2.2.dev1" | ||
version = "0.3.0" | ||
requires-python = ">=3.10,<3.13" | ||
description = "chunk documents Ray Transform" | ||
license = {text = "Apache-2.0"} | ||
|
@@ -11,7 +11,7 @@ authors = [ | |
{ name = "Christoph Auer", email = "[email protected]" }, | ||
] | ||
dependencies = [ | ||
"dpk-doc-chunk-transform-python==0.2.2.dev1", | ||
"dpk-doc-chunk-transform-python==0.3.0", | ||
"data-prep-toolkit[ray]==0.2.2.dev1", | ||
] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-16.5 KB
(46%)
transforms/language/doc_chunk/ray/test-data/expected/test1.parquet
Binary file not shown.
Binary file modified
BIN
-37.3 KB
(24%)
transforms/language/doc_chunk/ray/test-data/input/test1.parquet
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
data-prep-toolkit==0.2.2.dev1 | ||
docling-core==2.2.2 | ||
docling-ibm-models==2.0.1 | ||
docling-core==2.3.0 | ||
docling-ibm-models==2.0.3 | ||
deepsearch-glm==0.26.1 | ||
docling==2.2.1 | ||
docling==2.3.0 | ||
filetype >=1.2.0, <2.0.0 |