Skip to content

Commit 24a3f79

Browse files
version_0.0.3
1 parent adc9e24 commit 24a3f79

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [[0.0.3]](https://github.com/Clarifai/clarifai-python-datautils/releases/tag/0.0.3) - [PyPI](https://pypi.org/project/clarifai-datautils/0.0.3/) - 2024-05-29
2+
3+
### Added
4+
- Data Ingestion Pipelines ```from clarifai_datautils.text import Pipeline``` [(#5)](https://github.com/Clarifai/clarifai-python-datautils/pull/5)
5+
- Data Ingestion Pipeline: PDF and Text file support ```from clarifai_datautils.text import TextPartition, PDFPartition``` [(#5)](https://github.com/Clarifai/clarifai-python-datautils/pull/5)
6+
- Data Ingestion Pipeline: Cleaners and Extractors [(#5)](https://github.com/Clarifai/clarifai-python-datautils/pull/5)
7+
- Data Ingestion Pipeline: Clarifai Dataloader support ```pipeline.run(files = filepath, loader = True)``` [(#5)](https://github.com/Clarifai/clarifai-python-datautils/pull/5)
8+
- Data Ingestion Pipeline: Llama Index Metadata Extractor [(#5)](https://github.com/Clarifai/clarifai-python-datautils/pull/5)
9+
- Data Ingestion Pipeline: Unit tests [(#5)](https://github.com/Clarifai/clarifai-python-datautils/pull/5)
10+
111
## [[0.0.2]](https://github.com/Clarifai/clarifai-python-datautils/releases/tag/0.0.2) - [PyPI](https://pypi.org/project/clarifai-datautils/0.0.2/) - 2024-03-19
212

313
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.2
1+
0.0.3

0 commit comments

Comments
 (0)