Remove print statement

This commit is contained in:
Sameer Kankute
2026-02-13 20:13:14 +05:30
parent c5d7418e9e
commit 1c0464fac0
@@ -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