Changing the option name "--backend" for "--backend-name" as written in the documentation (#146)
This commit is contained in:
@@ -106,7 +106,7 @@ Examples:
|
|||||||
help="Documents directories and/or files (default: current directory)",
|
help="Documents directories and/or files (default: current directory)",
|
||||||
)
|
)
|
||||||
build_parser.add_argument(
|
build_parser.add_argument(
|
||||||
"--backend",
|
"--backend-name",
|
||||||
type=str,
|
type=str,
|
||||||
default="hnsw",
|
default="hnsw",
|
||||||
choices=["hnsw", "diskann"],
|
choices=["hnsw", "diskann"],
|
||||||
|
|||||||
Reference in New Issue
Block a user