Skip to main content

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 outputs formats including pandas DataFrames and Langchain documents.
  • Checksum-based result caching.

Supported formats

Installation

pip install raggen

Usage

from raggen import RAGGen, RAGInput

# Initialize RAGGen
gen = RAGGen(cache_dir="cache")

# Define inputs
inputs = ["sample1.pdf", "sample2.html", "sample3.md"]

# Input with custom metadata
inputs.append(RAGInput(
    path = "sample4.docx",
    metadata = {"title": "Doc title"}
))

# Generate RAG dataset as list
data = gen(inputs, output_format="df", flatten=True)

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


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.10.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

raggen-0.1.10-py3-none-any.whl (17.6 kB view details)

Uploaded Python 3

File details

Details for the file raggen-0.1.10.tar.gz.

File metadata

  • Download URL: raggen-0.1.10.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for raggen-0.1.10.tar.gz
Algorithm Hash digest
SHA256 193a6fd65e51be8fc299a391e18da422d2c71ec5c2b67583104d903df57ce84b
MD5 d6686ce323c35fb6a690ee90726187d8
BLAKE2b-256 1bcc697212dad0a69e0ee61cc4b75009b46e97058e453a350e37c777c661e59e

See more details on using hashes here.

File details

Details for the file raggen-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: raggen-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 17.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for raggen-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 45b9b881184253158442870c3fc43fb5494bfa2a9aa3f078b2959bc3d1af46ea
MD5 915117e5e1be5f4927f9e15205a1c03b
BLAKE2b-256 042b4c3ec688c6ed664a16ba46bebc63350a7b3a680b3a5f3aea66c26ff9742a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page