LICENSE
README.md
pyproject.toml
tests/test_chunking.py
tests/test_core_engine.py
tests/test_embedding_port_identity.py
tests/test_generated_docs.py
tests/test_hnsw_plan.py
tests/test_import_guard.py
tests/test_mountable.py
tests/test_no_python_cosine.py
tests/test_no_route_scope_params.py
tests/test_no_silent_write.py
tests/test_openapi_contract.py
tests/test_scope_contract.py
tests/test_service_surface.py
tests/test_settings_and_threshold.py
tmf_rag_back.egg-info/PKG-INFO
tmf_rag_back.egg-info/SOURCES.txt
tmf_rag_back.egg-info/dependency_links.txt
tmf_rag_back.egg-info/requires.txt
tmf_rag_back.egg-info/top_level.txt
tmf_rag_service/__init__.py
tmf_rag_service/alembic.ini
tmf_rag_service/chunking.py
tmf_rag_service/db.py
tmf_rag_service/embedding.py
tmf_rag_service/exceptions.py
tmf_rag_service/indexing.py
tmf_rag_service/integration.py
tmf_rag_service/migrations_runner.py
tmf_rag_service/module.py
tmf_rag_service/outbox.py
tmf_rag_service/ports.py
tmf_rag_service/runtime.py
tmf_rag_service/schemas.py
tmf_rag_service/scope.py
tmf_rag_service/search_sql.py
tmf_rag_service/service.py
tmf_rag_service/settings.py
tmf_rag_service/migrations/env.py
tmf_rag_service/migrations/script.py.mako
tmf_rag_service/migrations/versions/20260816_rag_initial_schema.py
tmf_rag_service/models/__init__.py
tmf_rag_service/models/base.py
tmf_rag_service/models/chunk.py
tmf_rag_service/models/document.py
tmf_rag_service/models/index_outbox.py
tmf_rag_service/routers/__init__.py
tmf_rag_service/routers/health.py
tmf_rag_service/routers/search.py