[cohortrag_engine.retrievers]
cached = cohortrag_engine.core.cached_retrieval:ProductionCohortRAGRetriever
chroma = cohortrag_engine.core.retrieval:CohortRAGRetriever

[cohortrag_engine.vector_stores]
chroma = cohortrag_engine.core.retrieval:CohortRAGRetriever

[console_scripts]
cohortrag = cohortrag_engine.main:main
cohortrag-benchmark = cohortrag_engine.cli.benchmark:main
cohortrag-server = cohortrag_engine.server:run_server
cohortrag-validate = cohortrag_engine.cli.validate:main
