From 88679a6d08383e2a1909313f7fa20041aa443f83 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 12 Oct 2023 11:38:12 -0700 Subject: [PATCH] (docs) import embedding on litellm hosted cache --- docs/my-website/docs/caching/caching_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/caching/caching_api.md b/docs/my-website/docs/caching/caching_api.md index 94db11075bd..969de441f30 100644 --- a/docs/my-website/docs/caching/caching_api.md +++ b/docs/my-website/docs/caching/caching_api.md @@ -30,7 +30,7 @@ response2 = completion( ```python import time import litellm -from litellm import completion +from litellm import completion, embedding from litellm.caching import Cache litellm.cache = Cache(type="hosted")