forked from phoenix/litellm-mirror
(docs) add async embeddings
This commit is contained in:
parent
5516113f18
commit
ea0c65d146
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