prithic07's picture
Upgrade RAG project with advanced Context Optimizer environment and baseline inference
0b89610
raw
history blame contribute delete
321 Bytes
"""
This package contains the core environment modules for the rag-context-optimizer project. It groups the models, retrieval stack, corpus loader, grading logic, and task definitions behind a single namespace. Keeping these environment pieces together makes the OpenEnv benchmark easier to import, test, and extend.
"""