Skip to content

Commit 5d5bca4

Browse files
fix: Update link in vector search notebook to reflect correct resource
- Changed the link text from "Vector Search with DuckDB" to "Vector Search on Hugging Face" for clarity and accuracy.
1 parent 63f29c6 commit 5d5bca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/en/vector_search_with_hub_as_backend.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@
498498
"\n",
499499
"## Learn more\n",
500500
"\n",
501-
"- [Vector Search with DuckDB](https://huggingface.co/docs/hub/en/datasets-duckdb)\n",
502-
"- [Vector Search with DuckDB](https://duckdb.org/docs/extensions/vss.html)"
501+
"- [Vector Search on Hugging Face](https://huggingface.co/docs/hub/en/datasets-duckdb)\n",
502+
"- [Vector Search Indexing with DuckDB](https://duckdb.org/docs/extensions/vss.html)"
503503
]
504504
}
505505
],

0 commit comments

Comments
 (0)