-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sparrow Parse refactoring and cleanup from dependencies
- Loading branch information
1 parent
98a7ec9
commit 2fb649f
Showing
10 changed files
with
8 additions
and
959 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
|
||
setup( | ||
name="sparrow-parse", | ||
version="0.3.4", | ||
version="0.3.5", | ||
author="Andrej Baranovskij", | ||
author_email="[email protected]", | ||
description="Sparrow Parse is a Python package for parsing and extracting information from documents.", | ||
description="Sparrow Parse is a Python package (part of Sparrow) for parsing and extracting information from documents.", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/katanaml/sparrow/tree/main/sparrow-data/parse", | ||
|
@@ -30,7 +30,7 @@ | |
'sparrow-parse=sparrow_parse:main', | ||
], | ||
}, | ||
keywords="llm, rag, vision", | ||
keywords="llm, vllm, ocr, vision", | ||
packages=find_packages(), | ||
python_requires='>=3.10', | ||
install_requires=requirements, | ||
|
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 +1 @@ | ||
__version__ = '0.3.4' | ||
__version__ = '0.3.5' |
This file was deleted.
Oops, something went wrong.
251 changes: 0 additions & 251 deletions
251
sparrow-data/parse/sparrow_parse/extractors/html_extractor.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.