We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dd164 commit 5df2117Copy full SHA for 5df2117
index.html
@@ -169,9 +169,9 @@ <h5>
169
<div class="row gy-4">
170
<div class="code-block">
171
<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}")
+ papers_df.sem_filter("the {research_paper} has an open source repo")
+ .sem_topk("the {research_paper} has the most ground-breaking ideas", K=20)
+ .sem_agg("summarize the papers based on their {research_paper}")
175
</code></pre>
176
</div>
177
0 commit comments