.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/test-publish.yml
.vscode/settings.json
examples/README.md
examples/basic_usage.py
examples/langchain_example.py
src/kara/__init__.py
src/kara/_version.py
src/kara/core.py
src/kara/splitters.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_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/high_epsilon_small_change.json
tests/test_data/scenarios/invalid_parameters.json
tests/test_data/scenarios/low_epsilon_small_change.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/paragraph_separators.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