Skip to content

Commit

Permalink
docs: fix links - quick start to embedding (lancedb#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithikJha authored Sep 2, 2024
1 parent 51966a8 commit fde636c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fde636c

Please sign in to comment.