Metadata-Version: 2.4
Name: md-rag-core
Version: 0.0.1
Summary: A core library for Markdown-aware chunking, semantic structuring, vectorization, and RAG retrieval.
Author-email: ferdinand <gongjpa@gmail.com>
License-Expression: Apache-2.0 OR MIT
Keywords: RAG,chunking,markdown,retrieval,semantic
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Provides-Extra: test
Requires-Dist: pytest>=9.0.2; extra == 'test'
