LICENSE
README.md
pyproject.toml
src/ragflow_orchestrator/__init__.py
src/ragflow_orchestrator/context.py
src/ragflow_orchestrator/dedup.py
src/ragflow_orchestrator/errors.py
src/ragflow_orchestrator/factory.py
src/ragflow_orchestrator/models.py
src/ragflow_orchestrator/orchestrator.py
src/ragflow_orchestrator/orchestrator_factory.py
src/ragflow_orchestrator/perf.py
src/ragflow_orchestrator/presets.py
src/ragflow_orchestrator/protocols.py
src/ragflow_orchestrator/query_engine.py
src/ragflow_orchestrator/standards.py
src/ragflow_orchestrator.egg-info/PKG-INFO
src/ragflow_orchestrator.egg-info/SOURCES.txt
src/ragflow_orchestrator.egg-info/dependency_links.txt
src/ragflow_orchestrator.egg-info/requires.txt
src/ragflow_orchestrator.egg-info/top_level.txt
src/ragflow_orchestrator/adapters/__init__.py
src/ragflow_orchestrator/adapters/common.py
src/ragflow_orchestrator/adapters/pgvector_provider.py
src/ragflow_orchestrator/adapters/qdrant_provider.py
src/ragflow_orchestrator/adapters/sqlite_vec_provider.py
src/ragflow_orchestrator/chunking/__init__.py
src/ragflow_orchestrator/chunking/code_python.py
src/ragflow_orchestrator/chunking/fixed.py
src/ragflow_orchestrator/chunking/markdown.py
src/ragflow_orchestrator/cleaning/__init__.py
src/ragflow_orchestrator/cleaning/basic.py
src/ragflow_orchestrator/config/__init__.py
src/ragflow_orchestrator/config/config_store.py
src/ragflow_orchestrator/config/module_config.py
src/ragflow_orchestrator/embedding/__init__.py
src/ragflow_orchestrator/embedding/factory.py
src/ragflow_orchestrator/embedding/hash_embedder.py
src/ragflow_orchestrator/embedding/hf_embedder.py
src/ragflow_orchestrator/embedding/ollama_embedder.py
src/ragflow_orchestrator/evaluation/__init__.py
src/ragflow_orchestrator/evaluation/profiles.py
src/ragflow_orchestrator/evaluation/retrieval.py
src/ragflow_orchestrator/graph/__init__.py
src/ragflow_orchestrator/graph/protocols.py
src/ragflow_orchestrator/graph/sql_store.py
src/ragflow_orchestrator/migrations/__init__.py
src/ragflow_orchestrator/migrations/manager.py
src/ragflow_orchestrator/migrations/schema_evolution.py
src/ragflow_orchestrator/migrations/store.py
src/ragflow_orchestrator/quality/__init__.py
src/ragflow_orchestrator/quality/metrics.py
src/ragflow_orchestrator/rag/__init__.py
src/ragflow_orchestrator/rag/base.py
src/ragflow_orchestrator/rag/compat.py
src/ragflow_orchestrator/retrieval/__init__.py
src/ragflow_orchestrator/retrieval/factory.py
src/ragflow_orchestrator/retrieval/rerankers.py
src/ragflow_orchestrator/retrieval/strategies.py
src/ragflow_orchestrator/templates/__init__.py
src/ragflow_orchestrator/templates/api_reference.py
src/ragflow_orchestrator/templates/base.py
src/ragflow_orchestrator/templates/confluence_wiki.py
src/ragflow_orchestrator/templates/document_folder.py
src/ragflow_orchestrator/templates/email_ticket.py
src/ragflow_orchestrator/templates/experiment_journal.py
src/ragflow_orchestrator/templates/extractors.py
src/ragflow_orchestrator/templates/github_template.py
src/ragflow_orchestrator/templates/gitlab_template.py
src/ragflow_orchestrator/templates/incremental_sync.py
src/ragflow_orchestrator/templates/jira.py
src/ragflow_orchestrator/templates/models.py
src/ragflow_orchestrator/templates/pypi.py
src/ragflow_orchestrator/templates/repo_code.py
src/ragflow_orchestrator/templates/runner.py
src/ragflow_orchestrator/templates/utils.py
src/ragflow_orchestrator/templates/web_crawl.py
tests/test_cleaning.py
tests/test_embedding_factory.py
tests/test_evaluation_pipeline.py
tests/test_evaluation_profiles.py
tests/test_extractors.py
tests/test_factory_from_config_store.py
tests/test_graph_store.py
tests/test_perf_utils.py
tests/test_quality_metrics.py
tests/test_query_engine_sources.py
tests/test_template_pypi.py
tests/test_templates.py
tests/test_templates_enterprise.py
tests/test_templates_repo_hosts.py
tests/test_templates_runner.py