Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
8a428ab
1
Parent(s):
ed48606
Update snapshot date to the latest
Browse files
app.py
CHANGED
|
@@ -368,8 +368,8 @@ def main():
|
|
| 368 |
gr.Markdown("# abstracts-index")
|
| 369 |
gr.Markdown(
|
| 370 |
f"Explore {quantity} academic publications selected from the "
|
| 371 |
-
"[OpenAlex](https://openalex.org) dataset (as of
|
| 372 |
-
"semantic search, not keyword search. This project is an index of the "
|
| 373 |
"embeddings generated from their titles and abstracts. The embeddings were "
|
| 374 |
f"generated using the [{model_human_name}]({model_link}) model, and the "
|
| 375 |
"index was built using the "
|
|
|
|
| 368 |
gr.Markdown("# abstracts-index")
|
| 369 |
gr.Markdown(
|
| 370 |
f"Explore {quantity} academic publications selected from the "
|
| 371 |
+
"[OpenAlex](https://openalex.org) dataset (as of September 30th, 2025) "
|
| 372 |
+
"with semantic search, not keyword search. This project is an index of the "
|
| 373 |
"embeddings generated from their titles and abstracts. The embeddings were "
|
| 374 |
f"generated using the [{model_human_name}]({model_link}) model, and the "
|
| 375 |
"index was built using the "
|