You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wochinge The airgapped demo is supposed to throw the error:
Because it's for education purposes and not for anyone just to use it directly. I agree this should be documented better but the Dockerfile mentions this limitation already.
The following lines will copy the models we downloaded previously into the Docker image. We need to specify
both the local path containing the model (local_model_path) and the path inside the Docker image where
we want to copy it (container_model_path).
NOTE: make sure to use the same value you passed to container_model_path
for the model_path field inside the pipeline definition file (in this case, retriever_reader.yml)
Seems both demos are currently broken:
explore_the_world
: broken because ElasticSearch fails to come upairgapped-rest_api
The text was updated successfully, but these errors were encountered: