simple_file_splitters
Overview:
This library provides a simple and efficient way to split documents into overlapping chunks based on specified separators. It currently supports splitting of .docx, .pdf, and .txt files. The resulting chunks may be used to create embeddings or similar things.
Installation:
This library needs the following extentions installed:
- pandas
- langchain_text_splitters
- langchain_community
- docx2python
- PyMuPDF
You can quickinstall this library and its extentions with:
pip install simple_file_splitters
Release files for simple-file-splitters 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simple_file_splitters-0.0.2.tar.gz | 9.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simple_file_splitters-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.4 kB
Release files / simple_file_splitters-0.0.2.tar.gz
| Download URL | simple_file_splitters-0.0.2.tar.gz |
|---|---|
| Size | 9.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ababf47784d24ac72e8e03929e9f4c16b1639677cff416af31865e7eacfcdb99
|
|
BLAKE2b-256 checksum How to use checksums |
e490f11745714fe4320deeb9b2cb3a2263773996af790d91ad94cae51853395d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.5
|
Release files / simple_file_splitters-0.0.2-py3-none-any.whl
| Download URL | simple_file_splitters-0.0.2-py3-none-any.whl |
|---|---|
| Size | 10.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a09a7d6e4d641ace974023b397b7d13631d594e9e1c21d6d959efa3139172122
|
|
BLAKE2b-256 checksum How to use checksums |
f236423f6df3e38fec094a529ed9aaedd4905a6082b55568753b7bb61afa6686
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.5
|