Changing the option name "--backend" for "--backend-name" as written in the documentation (#146)

This commit is contained in:
CelineNi2
2025-10-14 22:35:10 +02:00
committed by GitHub
parent 5543b3c5f7
commit 6495833887

View File

@@ -106,7 +106,7 @@ Examples:
help="Documents directories and/or files (default: current directory)",
)
build_parser.add_argument(
"--backend",
"--backend-name",
type=str,
default="hnsw",
choices=["hnsw", "diskann"],