From c31de64f60fd8d79cd571e405b28192d8ae6075c Mon Sep 17 00:00:00 2001 From: BrianShen <96436972+brianshen3@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:11:36 -0400 Subject: [PATCH] Updated to correct URL for instructions (#720) --- examples/dataset/search_embeddings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dataset/search_embeddings/README.md b/examples/dataset/search_embeddings/README.md index f71dcda63..064ef6dd3 100644 --- a/examples/dataset/search_embeddings/README.md +++ b/examples/dataset/search_embeddings/README.md @@ -9,7 +9,7 @@ this data has already been uploaded to your Kolena platform. 1. Ensure that data for the [`semantic_segmentation`](../semantic_segmentation) dataset has been seeded through calling the [`upload_dataset.py`](../semantic_segmentation/semantic_segmentation/upload_dataset.py) script. -2. Install the kolena-embeddings package via the natural language search [instructions](https://docs.kolena.com/dataset/advanced-usage/set-up-natural-language-search/#uv) +2. Install the kolena-embeddings package via the natural language search [instructions](https://docs.kolena.com/automations/set-up-natural-language-search/#step-1-install-kolena-embeddings-package) 3. This project uses [uv](https://docs.astral.sh/uv/) for packaging and Python dependency management. Install project dependencies from [`pyproject.toml`](./pyproject.toml) by running: