diff --git a/litellm/proxy/vector_store_endpoints/endpoints.py b/litellm/proxy/vector_store_endpoints/endpoints.py index 2b7ace97b6..0775e05f4f 100644 --- a/litellm/proxy/vector_store_endpoints/endpoints.py +++ b/litellm/proxy/vector_store_endpoints/endpoints.py @@ -211,7 +211,6 @@ async def vector_store_create( user_temperature, version, ) - from litellm.llms.base_llm.managed_resources.utils import is_base64_encoded_unified_id data = await _read_request_body(request=request)