docs: fix links - quick start to embedding (#1591)

This commit is contained in:
Rithik Kumar
2024-09-02 21:55:35 +05:30
committed by GitHub
parent 51966a84f5
commit fde636ca2e

View File

@@ -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