forked from phoenix/litellm-mirror
(docs) simplify caching docs
This commit is contained in:
parent
8bfaee9654
commit
64a0c175d5
1 changed files with 1 additions and 14 deletions
|
@ -167,20 +167,7 @@ const sidebars = {
|
||||||
`observability/telemetry`,
|
`observability/telemetry`,
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: "category",
|
|
||||||
label: "Caching",
|
|
||||||
link: {
|
|
||||||
type: 'generated-index',
|
|
||||||
title: 'Providers',
|
|
||||||
description: 'Learn how to deploy + call models from different providers on LiteLLM',
|
|
||||||
slug: '/caching',
|
|
||||||
},
|
|
||||||
items: [
|
|
||||||
"caching/local_caching",
|
|
||||||
"caching/redis_cache",
|
"caching/redis_cache",
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "LangChain, LlamaIndex Integration",
|
label: "LangChain, LlamaIndex Integration",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue