.editorconfig
.gitignore
LICENSE
MANIFEST.in
README.md
TRY_config.yaml
deploy.bat
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
run.py
run_interface.py
run_interface2.py
.github/todo.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/instructions/copilot-instructions.md
.github/prompts/improveRag.prompt.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
chromaDB/chroma.sqlite3
docs/changelog.md
docs/contributing.md
docs/document_loader.md
docs/faq.md
docs/index.md
docs/installation.md
docs/run.md
docs/usage.md
docs/examples/intro.ipynb
docs/overrides/main.html
rag_kmk/__init__.py
rag_kmk/exceptions.py
rag_kmk/knowledge_base.py
rag_kmk/utils.py
rag_kmk.egg-info/PKG-INFO
rag_kmk.egg-info/SOURCES.txt
rag_kmk.egg-info/dependency_links.txt
rag_kmk.egg-info/entry_points.txt
rag_kmk.egg-info/requires.txt
rag_kmk.egg-info/top_level.txt
rag_kmk/chat_flow/__init__.py
rag_kmk/chat_flow/llm_interface.py
rag_kmk/config/config.py
rag_kmk/config/config.yaml
rag_kmk/knowledge_base/__init__.py
rag_kmk/knowledge_base/document_loader.py
rag_kmk/knowledge_base/text_splitter.py
rag_kmk/vector_db/__init__.py
rag_kmk/vector_db/database.py
rag_kmk/vector_db/query.py
scripts/run_build_kb.py
tests/__init__.py
tests/conftest.py
tests/test_build_knowledge_base_modes.py
tests/test_chat_flow.py
tests/test_cli_smoke.py
tests/test_config.yaml
tests/test_document_loader.py
tests/test_import_hygiene.py
tests/test_knowledge_base.py
tests/test_rag_kmk.py
tests/test_repo_chromadb_smoke.py
tests/test_run_flow_equivalent.py
tests/test_run_workflow.py
tests/test_text_splitter.py
tests/test_vector_db.py
tests/test_vector_db_unit.py
tests/sample_documents/sample.pdf