diff --git a/docs/my-website/docs/embedding/async_embedding.md b/docs/my-website/docs/embedding/async_embedding.md index a78e99317..291039666 100644 --- a/docs/my-website/docs/embedding/async_embedding.md +++ b/docs/my-website/docs/embedding/async_embedding.md @@ -1,4 +1,4 @@ -# Async Embedding +# litellm.aembedding() LiteLLM provides an asynchronous version of the `embedding` function called `aembedding` ### Usage diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 7781aa29b..339647dfa 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -198,7 +198,6 @@ const sidebars = { label: "Supported Endpoints - /images, /audio/speech, /assistants etc", items: [ "embedding/supported_embedding", - "embedding/async_embedding", "image_generation", "audio_transcription", "text_to_speech", @@ -221,6 +220,7 @@ const sidebars = { "set_keys", "completion/token_usage", "sdk_custom_pricing", + "embedding/async_embedding", "embedding/moderation", "budget_manager", "caching/all_caches",