-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Api changes from >=1.14 are reflected in explore_the_world/ui/utils.py --> query function. With these changes there now is a check for answers "document_ids" that value did not exist <1.14.
However, the haystack-api image: "deepset/haystack:cpu" was not updated in the last six months. Hence, the explore_the_world demo is still using API version 1.12. Resulting in a bug.
Suggesting to change image in docker compose file:
haystack-api:
image: "deepset/haystack:cpu-main"
Same for explore_the_world/deploy/docker-compose.prod.yml ( currently image: "deepset/haystack:gpu-v1.12.2"
)
Metadata
Metadata
Assignees
Labels
No labels