You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/projects/Semantic-Search/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ This week I focused first on understanding the flow of data through this applica
110
110
111
111
I came to this diagram
112
112
113
-
{{< mermaid >}}
113
+
{{< chart >}}
114
114
graph TD
115
115
subgraph Client_Side [User Interface Container]
116
116
UI[HTML/JS Frontend]
@@ -136,7 +136,7 @@ graph TD
136
136
Embedder -- "5. Semantic Comparison" --> DB
137
137
DB -- "6. Return Top-K Results" --> API
138
138
API -- "7. JSON Response" --> UI
139
-
{{< /mermaid >}}
139
+
{{< /chart >}}
140
140
141
141
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.
0 commit comments