Metadata-Version: 2.4
Name: gatrag_text_splitter
Version: 0.1.0
Summary: Text chunking / splitting utilities for the GATRAG RAG framework
Author: gattupalli saketh
License: MIT
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"

###gatrag Recursive Text Splitter###

GATRAG Recursive Text splitter is package developed for chunking of texts from the data that has been extracted by gatrag extractor 
Chunking is important step before embedding them into a vector data base and also plays a role in retrival of data to answer the user query

The package has been tested throughly and passsed all the test , You can find the Test in github/saketh-gattupalli. 
