Skip to content

Commit

Permalink
📝 Fix tag
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <kyukawa315@gmail.com>
  • Loading branch information
vankichi committed Jan 29, 2024
1 parent 0b7d947 commit 0f6158c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/performance/tuning-search-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ When the search results do NOT satisfy the expected result, it can be improved b

First of all, we recommend tuning by following the steps below without doing it blindly.

<div class="mermaid">
```mermaid
flowchart TD
A[Perform Linear Search API]
B{Is satisfies?}
Expand All @@ -24,7 +24,7 @@ flowchart TD
E--> C
E--> F
F--> E
</div>
```

The best practice is:

Expand Down

0 comments on commit 0f6158c

Please sign in to comment.