Skip to content

Commit fe979dd

Browse files
committed
Updates
1 parent 638ceac commit fe979dd

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

slides.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ transition: slide-left
1818
mdc: true
1919
---
2020

21+
<div style="text-shadow: 2px 2px 4px #000;">
22+
2123
# Text-to-SQL
2224

2325
Building Reliable Solutions with LLMs
@@ -31,15 +33,17 @@ Building Reliable Solutions with LLMs
3133
<carbon:edit />
3234
</button> -->
3335
<a href="https://multinear.com" target="_blank" class="slidev-icon-btn">
34-
<div style="display: inline-flex; align-items: center; justify-content: center; width: 1.1em; height: 1.1em; border-radius: 50%; background-color: white; vertical-align: middle;">
35-
<img src="./assets/logo.svg" style="width: 0.8em; height: 0.8em; display: block; pointer-events: none;"></img>
36+
<div style="display: inline-flex; align-items: center; justify-content: center; width: 1.6em; height: 1.6em; border-radius: 50%; background-color: white; vertical-align: middle;">
37+
<img src="./assets/logo.svg" style="width: 1.3em; height: 1.3em; display: block; pointer-events: none;"></img>
3638
</div>
3739
</a>
3840
<a href="https://github.com/multinear-demo/demo-windforest-vanilla-py" target="_blank" class="slidev-icon-btn">
39-
<carbon:logo-github />
41+
<carbon:logo-github style="width: 1.8em; height: 1.8em;" />
4042
</a>
4143
</div>
4244

45+
</div>
46+
4347
<!--
4448
Poll
4549
Have you shipped a Text‑to‑SQL feature?
@@ -666,7 +670,7 @@ transition: slide-up
666670

667671
- Start with a goal
668672
- Reverse engineer evals
669-
- Experiment iterations
673+
- Experiment iterations <span style="color: gray;">(code, instructions, context, examples, model, ...)</span>
670674
- Benchmark at the end
671675

672676
```mermaid {scale: 0.9}

0 commit comments

Comments
 (0)