Skip to content

Commit 5df2117

Browse files
committed
update example
1 parent 32dd164 commit 5df2117

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ <h5>
169169
<div class="row gy-4">
170170
<div class="code-block">
171171
<pre><code class="language-python">
172-
papers_df.sem_filter("the {abstract} has an open source repo")
173-
.sem_topk("the {abstract} has the most ground-breaking ideas", K=20)
174-
.sem_agg("summarize the papers based on their {abstract}")
172+
papers_df.sem_filter("the {research_paper} has an open source repo")
173+
.sem_topk("the {research_paper} has the most ground-breaking ideas", K=20)
174+
.sem_agg("summarize the papers based on their {research_paper}")
175175
</code></pre>
176176
</div>
177177
</div>

0 commit comments

Comments
 (0)