This commit is contained in:
Ishaan Jaff 2024-08-22 19:04:14 -07:00
parent 25609a94ad
commit b054dd0e45
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Async Embedding # litellm.aembedding()
LiteLLM provides an asynchronous version of the `embedding` function called `aembedding` LiteLLM provides an asynchronous version of the `embedding` function called `aembedding`
### Usage ### Usage

View file

@ -198,7 +198,6 @@ const sidebars = {
label: "Supported Endpoints - /images, /audio/speech, /assistants etc", label: "Supported Endpoints - /images, /audio/speech, /assistants etc",
items: [ items: [
"embedding/supported_embedding", "embedding/supported_embedding",
"embedding/async_embedding",
"image_generation", "image_generation",
"audio_transcription", "audio_transcription",
"text_to_speech", "text_to_speech",
@ -221,6 +220,7 @@ const sidebars = {
"set_keys", "set_keys",
"completion/token_usage", "completion/token_usage",
"sdk_custom_pricing", "sdk_custom_pricing",
"embedding/async_embedding",
"embedding/moderation", "embedding/moderation",
"budget_manager", "budget_manager",
"caching/all_caches", "caching/all_caches",