From 5e30648f45af08c58f3d06ce3ebca5d1f050689e Mon Sep 17 00:00:00 2001 From: Ayush Chaurasia Date: Sat, 8 Jun 2024 08:10:50 +0530 Subject: [PATCH] docs: fix example path (#1367) --- docs/src/basic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/basic.md b/docs/src/basic.md index 4acf6e09..6aafc507 100644 --- a/docs/src/basic.md +++ b/docs/src/basic.md @@ -436,8 +436,8 @@ You can use the embedding API when working with embedding models. It automatical === "Python" ```python - --8<-- "python/python/tests/docs/test_embeddings_slow.py:imports" - --8<-- "python/python/tests/docs/test_embeddings_slow.py:openai_embeddings" + --8<-- "python/python/tests/docs/test_embeddings_optional.py:imports" + --8<-- "python/python/tests/docs/test_embeddings_optional.py:openai_embeddings" ``` Learn about using the existing integrations and creating custom embedding functions in the [embedding API guide](./embeddings/).