Uniflow

Latest version: v0.0.31

Safety actively analyzes 687881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

0.0.25

What's Changed
* Add a web summary example by goldmermaid in https://github.com/CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering/pull/190
* Fix html parser duplicate content by SayaZhang in https://github.com/CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering/pull/191
* Add TransformOp, update it instantiation into ExtractHTMLFlow to add post_extract_op, update notebook by goldmermaid in https://github.com/CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering/pull/192
* update langchain to nougat to extract pdf in example by ZHIHANCHEN03 in https://github.com/CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering/pull/175
* Polish Readme with the latest features by goldmermaid in https://github.com/CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering/pull/194
* Remove 0.1.0-small by jojortz in https://github.com/CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering/pull/193
* Refactor pipeline class by goldmermaid in https://github.com/CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering/pull/195
* Bump up version to 0.0.25 by goldmermaid in https://github.com/CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering/pull/197


**Full Changelog**: https://github.com/CambioML/uniflow-llm-based-pdf-extraction-text-cleaning-data-clustering/compare/0.0.24...0.0.25

0.0.24

What's Changed
* Unified HTML Extract by vicshi06 in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/180
* Nougat modified to huggingface interface by CluckRookie in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/178
* Modify huggingface_model_json.ipynb by riboyuan99 in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/160
* Add basic expand and reduce op by goldmermaid in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/182
* Add txt_op unit test by SayaZhang in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/177
* fix a bug on inf2.8x with batch_size= 1 or 2 by CluckRookie in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/183
* Refactor model_op by SayaZhang in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/184
* Update requests to mimic a browser request with header by goldmermaid in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/185
* Add Google AI Studio model server. by goldmermaid in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/187
* Add MultiModal model server using gemini vision pro by goldmermaid in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/188
* Improve HTML parser and recursive splitter by SayaZhang in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/181
* Bump up version to 0.0.24 by goldmermaid in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/189


**Full Changelog**: https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/compare/0.0.23...0.0.24

0.0.23

What's Changed
* fix a bug `AttributeError: dict object has no attribute model_fields` by CluckRookie in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/168
* Update rule-based html parser by SayaZhang in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/166
* Refactor extract_txt_flow using unifed read_file function by SayaZhang in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/172
* fix: fix s3_op by SeisSerenata in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/169
* Add ThreadPoolExecutor for Azure OpenAI endpoint by goldmermaid in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/173
* Include header in request to get metadata for an IMDSv2-required instance by riboyuan99 in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/171
* Bump up version to 0.0.23 by goldmermaid in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/176

New Contributors
* riboyuan99 made their first contribution in https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/pull/171

**Full Changelog**: https://github.com/CambioML/uniflow-llm-text-data-cleaning-cluster/compare/0.0.22...0.0.23

0.0.22

What's Changed
* Fix `gpt4` to `gpt-4-1106-preview` to allow JSON by goldmermaid in https://github.com/CambioML/uniflow/pull/156
* update docs for version 0.0.21 by jojortz in https://github.com/CambioML/uniflow/pull/155
* feat: add sample code for amazon elastic search by SeisSerenata in https://github.com/CambioML/uniflow/pull/142
* Add SayaZhang CluckRookie SeisSerenata jojortz as repo codeowners/reviewers by goldmermaid in https://github.com/CambioML/uniflow/pull/157
* Fix: move import to class __init__ and add RecursiveCharacterSplitter by SayaZhang in https://github.com/CambioML/uniflow/pull/141
* A function to read file from Amazon S3, URLs, or local paths by CluckRookie in https://github.com/CambioML/uniflow/pull/162
* Fix check key in Pydantic BaseModel class bug by goldmermaid in https://github.com/CambioML/uniflow/pull/164
* Bump up version to 0.0.22 by goldmermaid in https://github.com/CambioML/uniflow/pull/165


**Full Changelog**: https://github.com/CambioML/uniflow/compare/0.0.21...0.0.22

0.0.21

What's Changed
* add initial Sphinx documentation by jojortz in https://github.com/CambioML/uniflow/pull/138
* Install uniflow pyproject.toml dependencies in 10k summary notebook by goldmermaid in https://github.com/CambioML/uniflow/pull/149
* Update with black 24.1.0 and reformat by goldmermaid in https://github.com/CambioML/uniflow/pull/152
* Fix OpenAI json object mode batch processing bug by goldmermaid in https://github.com/CambioML/uniflow/pull/153 credit to vicshi06 for finding this bug!!!
* Bump up version to 0.0.21 by goldmermaid in https://github.com/CambioML/uniflow/pull/154


**Full Changelog**: https://github.com/CambioML/uniflow/compare/0.0.20...0.0.21

0.0.20

What's Changed
* Add ThreadPoolExecutor for OpenAI endpoint by goldmermaid in https://github.com/CambioML/uniflow/pull/147
* Bump up version to 0.0.20 by goldmermaid in https://github.com/CambioML/uniflow/pull/148


**Full Changelog**: https://github.com/CambioML/uniflow/compare/0.0.19...0.0.20

Page 2 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.