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)",
|
||||
)
|
||||
build_parser.add_argument(
|
||||
"--backend",
|
||||
"--backend-name",
|
||||
type=str,
|
||||
default="hnsw",
|
||||
choices=["hnsw", "diskann"],
|
||||
|
||||
Reference in New Issue
Block a user