(docs) simplify caching docs

This commit is contained in:
ishaan-jaff 2024-01-03 16:21:23 +05:30
parent 8bfaee9654
commit 64a0c175d5

View file

@ -167,20 +167,7 @@ const sidebars = {
`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",
label: "LangChain, LlamaIndex Integration",