From 1c0464fac01c9cdbd4a7fc43673f52cdb5f1a74c Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Fri, 13 Feb 2026 20:13:14 +0530 Subject: [PATCH] Remove print statement --- litellm/rag/ingestion/vertex_ai_ingestion.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/rag/ingestion/vertex_ai_ingestion.py b/litellm/rag/ingestion/vertex_ai_ingestion.py index 7d7836644c..47a94185d1 100644 --- a/litellm/rag/ingestion/vertex_ai_ingestion.py +++ b/litellm/rag/ingestion/vertex_ai_ingestion.py @@ -361,7 +361,6 @@ class VertexAIRAGIngestion(BaseRAGIngestion, VertexBase): "metadata": (None, json.dumps(metadata), "application/json"), "file": (filename, file_content, content_type or "application/octet-stream"), } - print(f"🔥files: {files}") client = get_async_httpx_client( llm_provider=httpxSpecialProvider.RAG, params={"timeout": 300.0}, # Longer timeout for large files