mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
(docs) add async embeddings
This commit is contained in:
parent
eb40ba8f2e
commit
f59b31457b
2 changed files with 20 additions and 1 deletions
|
@ -46,7 +46,11 @@ const sidebars = {
|
|||
{
|
||||
type: "category",
|
||||
label: "Embedding() & Moderation()",
|
||||
items: ["embedding/supported_embedding", "embedding/moderation"],
|
||||
items: [
|
||||
"embedding/supported_embedding",
|
||||
"embedding/async_embedding",
|
||||
"embedding/moderation",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue