RAG dataset generator
Project description
RAGGen - RAG Dataset Generator
A universal tool for converting files into high-quality RAG datasets.
Features
- Supports a variety of commonly used formats for storing textual data.
- Robust PDF parsing with OCR utilizing marker library.
- Preserves headers, supports fixing header levels using LLM (OpenAI API).
- Respects tables, does not split them into chunks.
- Supports embedding metadata directly into chunk text.
- Supports adding custom metadata for each input.
- Multiple input formats, standard output format.
- Checksum-based result caching.
Supported formats
Installation
pip install raggen
Usage
from raggen import RAGGen
# Initialize RAGGen
gen = RAGGen(cache_dir="cache")
# Define inputs
inputs = ["sample1.pdf", "sample2.html", "sample3.md"]
# Input with custom metadata
inputs.append({"path": "sample4.docx", "metadata": {"title": "Doc title"}})
# Generate RAG dataset as list
data = gen(inputs)
# Generate RAG dataset as pandas DataFrame
data = gen.generate_dataset(inputs)
TODO
- Save images
- Add proper documentation
- Add more usage examples
- Add txt support
- Add Power Point support
- Add Excel support
- Add support for reading files from buffer
Contribution
Feel free to fork this repo and make pull requests.
If you like my work, please, support me:
BTC: 32F3zAnQQGwZzsG7R35rPUS269Xz11cZ8B
Lisense
Free to use under Apache-2.0. See LICENSE for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
raggen-0.1.3.tar.gz
(13.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
raggen-0.1.3-py3-none-any.whl
(17.5 kB
view details)
File details
Details for the file raggen-0.1.3.tar.gz.
File metadata
- Download URL: raggen-0.1.3.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
892b1aaafb9b5d053684df2729bfa552bda517fb5ab96824de3e3c87a17718ce
|
|
| MD5 |
4daed2c1465cd7f13ea641d1d38de976
|
|
| BLAKE2b-256 |
ab2c332f980fb5c69b81a95198d6e712bd0df0818fc49b59fc844e9bbb38d4c4
|
File details
Details for the file raggen-0.1.3-py3-none-any.whl.
File metadata
- Download URL: raggen-0.1.3-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ba22ac875c2d3ba2440fcb4142390f6f4e29368c3e78eff11f79950ce3a41a2
|
|
| MD5 |
00536feddf5446d1528f074950ec470a
|
|
| BLAKE2b-256 |
23b5758cb856ee3fcc8aa38df4d0af5b1aa4d3bb02822a1960e3affca83eddc9
|