mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
Remove print statement
This commit is contained in:
parent
c5d7418e9e
commit
1c0464fac0
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue