Skip to content

Commit 5ecfaaa

Browse files
author
Ian Jones
committed
Updating mermaid wrapping to test native blowfish support
1 parent 7133e2c commit 5ecfaaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/projects/Semantic-Search/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ This week I focused first on understanding the flow of data through this applica
110110

111111
I came to this diagram
112112

113-
{{< mermaid >}}
113+
{{< chart >}}
114114
graph TD
115115
subgraph Client_Side [User Interface Container]
116116
UI[HTML/JS Frontend]
@@ -136,7 +136,7 @@ graph TD
136136
Embedder -- "5. Semantic Comparison" --> DB
137137
DB -- "6. Return Top-K Results" --> API
138138
API -- "7. JSON Response" --> UI
139-
{{< /mermaid >}}
139+
{{< /chart >}}
140140

141141
I utilized [Mermaid.js](https://mermaid.js.org/syntax/flowchart.html) which was extremely useful in constructing a graph inside of my Github documentation, I really enjoyed all the possible visualizations that you can create with this tool and I'll probably be utilizing it going forward.
142142

0 commit comments

Comments
 (0)