rag-context-optimizer / env /__init__.py
NITISHRG15102007's picture
Initial OpenEnv submission
5e1433f verified
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.
"""