Skip to content

Commit ac4fbbb

Browse files
committed
export create_elasticsearch_config_from_env
1 parent 8e5d3a5 commit ac4fbbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eval_protocol/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
from .typed_interface import reward_function
3232
from .quickstart import aha_judge, multi_turn_assistant_to_ground_truth, assistant_to_ground_truth
3333
from .pytest import evaluation_test, SingleTurnRolloutProcessor, RemoteRolloutProcessor
34+
from .pytest.remote_rollout_processor import create_elasticsearch_config_from_env
3435
from .pytest.parameterize import DefaultParameterIdGenerator
3536
from .log_utils.elasticsearch_direct_http_handler import ElasticsearchDirectHttpHandler
3637
from .log_utils.rollout_id_filter import RolloutIdFilter
@@ -76,6 +77,7 @@
7677
warnings.filterwarnings("default", category=DeprecationWarning, module="eval_protocol")
7778

7879
__all__ = [
80+
"create_elasticsearch_config_from_env",
7981
"ElasticsearchConfig",
8082
"ElasticsearchDirectHttpHandler",
8183
"RolloutIdFilter",

0 commit comments

Comments
 (0)