Skip to content

Commit

Permalink
add correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyaspimpalgaonkar committed Aug 22, 2024
1 parent 206a453 commit 4ed4d29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions py/cli/utils/docker_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ def run_docker_serve(

config = R2RConfig.from_toml(R2RBuilder.CONFIG_OPTIONS[config_name])

if config.parsing_config.provider == "unstructured" and not image:
image = "ragtoriches/prod_unstructured"

completion_provider = config.completion.provider
completion_model = config.completion.generation_config.model
completion_model_provider = completion_model.split("/")[0]
Expand Down

0 comments on commit 4ed4d29

Please sign in to comment.