From fde636ca2e48e01886225d42141336b3404ca7ed Mon Sep 17 00:00:00 2001 From: Rithik Kumar <46047011+rithikJha@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:55:35 +0530 Subject: [PATCH] docs: fix links - quick start to embedding (#1591) --- docs/src/basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/basic.md b/docs/src/basic.md index 88baf42d..23084871 100644 --- a/docs/src/basic.md +++ b/docs/src/basic.md @@ -572,7 +572,7 @@ You can use the embedding API when working with embedding models. It automatical --8<-- "rust/lancedb/examples/openai.rs:openai_embeddings" ``` -Learn about using the existing integrations and creating custom embedding functions in the [embedding API guide](./embeddings/). +Learn about using the existing integrations and creating custom embedding functions in the [embedding API guide](./embeddings/index.md). ## What's next