.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
examples/basic_usage.py
ragparser/__init__.py
ragparser.egg-info/PKG-INFO
ragparser.egg-info/SOURCES.txt
ragparser.egg-info/dependency_links.txt
ragparser.egg-info/not-zip-safe
ragparser.egg-info/requires.txt
ragparser.egg-info/top_level.txt
ragparser/chunkers/__init__.py
ragparser/chunkers/adaptive_chunker.py
ragparser/chunkers/base.py
ragparser/chunkers/fixed_chunker.py
ragparser/chunkers/semantic_chunker.py
ragparser/core/__init__.py
ragparser/core/exceptions.py
ragparser/core/models.py
ragparser/core/parser.py
ragparser/integrations/__init__.py
ragparser/integrations/langchain_adapter.py
ragparser/integrations/llamaindex_adapter.py
ragparser/parsers/__init__.py
ragparser/parsers/base.py
ragparser/parsers/docx_parser.py
ragparser/parsers/html_parser.py
ragparser/parsers/image_parser.py
ragparser/parsers/pdf_parser.py
ragparser/parsers/pptx_parser.py
ragparser/parsers/text_parser.py
ragparser/parsers/xlsx_parser.py
ragparser/processors/__init__.py
ragparser/processors/content_cleaner.py
ragparser/processors/embedding_prep.py
ragparser/processors/metadata_extractor.py
ragparser/utils/__init__.py
ragparser/utils/file_detector.py
ragparser/utils/http_client.py
tests/__init__.py
tests/test_basic.py