Skip to content

Commit e6ce1bb

Browse files
Fix missing assets (#575)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
1 parent 97bfbd5 commit e6ce1bb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,9 @@ All standard benchmark results are generated by a client running on an 8 core, 3
430430
2. The next step is to select the test cases you want to perform. You can select multiple cases at once, and a form to collect corresponding parameters will appear.
431431
3. Finally, you'll need to provide a task label to distinguish different test results. Using the same label for different tests will result in the previous results being overwritten.
432432
Now we can only run one task at the same time.
433-
![image](fig/run_test_select_db.png)
434-
![image](fig/run_test_select_case.png)
435-
![image](fig/run_test_submit.png)
433+
![image](vectordb_bench/fig/run_test_select_db.png)
434+
![image](vectordb_bench/fig/run_test_select_case.png)
435+
![image](vectordb_bench/fig/run_test_submit.png)
436436

437437

438438
## Module
@@ -462,8 +462,8 @@ Each case provides an in-depth examination of a vector database's abilities, pro
462462

463463
Through the `/custom` page, users can customize their own performance case using local datasets. After saving, the corresponding case can be selected from the `/run_test` page to perform the test.
464464

465-
![image](fig/custom_dataset.png)
466-
![image](fig/custom_case_run_test.png)
465+
![image](vectordb_bench/fig/custom_dataset.png)
466+
![image](vectordb_bench/fig/custom_case_run_test.png)
467467

468468
We have strict requirements for the data set format, please follow them.
469469
- `Folder Path` - The path to the folder containing all the files. Please ensure that all files in the folder are in the `Parquet` format.

0 commit comments

Comments
 (0)