Skip to content

Api changes from >=1.14 break demo #19

Description

@wiesbadener

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions