Skip to content

Incorrect parameter description for rbq_bits_query in MilvusIVFRABITQTypedDict #683

@Light-V

Description

@Light-V

I think the parameter description for rbq_bits_query in the MilvusIVFRABITQTypedDict class is incorrect.

file path: vectordb_bench/backend/clients/milvus/cli.py

class MilvusIVFRABITQTypedDict(CommonTypedDict, MilvusTypedDict, MilvusIVFFlatTypedDict):
    rbq_bits_query: Annotated[
        int,
        click.option(
            "--rbq-bits-query",
            type=int,
            help="The magnification factor of refine compared to k.",
            required=True,
        ),
    ]

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