mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 10:25:37 +00:00
Remove print statement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user