Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA] raft-ann-bench make the Python CLI look nicer with Typer #2151

Open
fy opened this issue Feb 2, 2024 · 0 comments · May be fixed by #2182
Open

[FEA] raft-ann-bench make the Python CLI look nicer with Typer #2151

fy opened this issue Feb 2, 2024 · 0 comments · May be fixed by #2182
Labels
feature request New feature or request Vector Search

Comments

@fy
Copy link

fy commented Feb 2, 2024

Describe the solution you'd like

We could consider replacing the argparse with typer, which offers a more modern and refined look.

typer has many advantages over argparse, including

  • better code organization
  • auto-generated help messages from docstrings
  • pytest integration

Describe alternatives you've considered

https://typer.tiangolo.com/alternatives/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request Vector Search
Projects
None yet
1 participant