From baabdaf39e09a6bfc7baaeb3f1e3d660f7433a0e Mon Sep 17 00:00:00 2001 From: Sheharyar Ahmad Date: Fri, 25 Oct 2024 15:34:02 +0500 Subject: [PATCH] update the instruction for adding custom_case support in new CLI implementation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 373be031..b779af11 100644 --- a/README.md +++ b/README.md @@ -484,7 +484,7 @@ def ZillizAutoIndex(**parameters: Unpack[ZillizTypedDict]): 3. Update db_config and db_case_config to match client requirements 4. Continue to add new functions for each index config. 5. Import the client cli module and command to vectordb_bench/cli/vectordbbench.py (for databases with multiple commands (index configs), this only needs to be done for one command) - 6. Import the `get_custom_case_config` function from `vectordb_bench/cli/cli.py` and add a new key `custom_case` to the `parameters` variable within the command. + 6. Import the `get_custom_case_config` function from `vectordb_bench/cli/cli.py` and use it to add a new key `custom_case` to the `parameters` variable within the command. > cli modules with multiple index configs: