.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
pyproject.toml
uv.lock
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/test-publish.yml
.vscode/settings.json
docs/Makefile
docs/conf.py
docs/index.rst
docs/kara.integrations.rst
docs/kara.rst
docs/make.bat
docs/modules.rst
examples/basic_usage.ipynb
examples/langchain_integration.ipynb
src/kara/__init__.py
src/kara/_version.py
src/kara/chunkers.py
src/kara/core.py
src/kara/integrations/__init__.py
src/kara/integrations/langchain.py
src/kara_toolkit.egg-info/PKG-INFO
src/kara_toolkit.egg-info/SOURCES.txt
src/kara_toolkit.egg-info/dependency_links.txt
src/kara_toolkit.egg-info/requires.txt
src/kara_toolkit.egg-info/top_level.txt
tests/conftest.py
tests/test_data_driven.py
tests/test_data_loader.py
tests/test_integration.py
tests/test_langchain.py
tests/test_units.py
tests/test_data/scenarios/complete_replacement.json
tests/test_data/scenarios/empty_content.json
tests/test_data/scenarios/empty_document.json
tests/test_data/scenarios/invalid_parameters.json
tests/test_data/scenarios/middle_insertion.json
tests/test_data/scenarios/multi_doc_all_changed.json
tests/test_data/scenarios/multi_doc_one_changed.json
tests/test_data/scenarios/multi_doc_removal.json
tests/test_data/scenarios/overlap_exceeds_chunk.json
tests/test_data/scenarios/overlap_two_units.json
tests/test_data/scenarios/paragraph_separators.json
tests/test_data/scenarios/repetitive_chunks.json
tests/test_data/scenarios/sentence_separators.json
tests/test_data/scenarios/simple_addition.json
tests/test_data/scenarios/very_large_chunks.json
tests/test_data/scenarios/very_small_chunks.json
tests/test_data/scenarios/wikipedia_style.json