Skip to content

TypeError: RetrievalEvaluator.__init__() missing 1 required positional argument: 'retriever' #77

@XuHuang441

Description

@XuHuang441

Hi there,

I encountered an issue while trying to evaluate a retriever on ViDoRE. I followed all the steps provided on the page and ran the following command after installing the package via pip install vidore-benchmark:

vidore-benchmark evaluate-retriever \
    --model-name vidore/colpali-v1.2 \
    --collection-name "vidore/vidore-benchmark-667173f98e70a1c0fa4db00d" \
    --split test

However, after the "Forward pass documents process," I received the following error:

TypeError: RetrievalEvaluator.__init__() missing 1 required positional argument: 'retriever'

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions