haitub4

Results 2 comments of haitub4

Both examples: - https://github.com/google/adk-samples/tree/main/agents/RAG - https://github.com/google/adk-samples/tree/main/agents/fomc-research provides samples on how to process documents by downloading from url but they don't show how to receive files uploaded via adk web, agent...

I still can't use adk web interface to receive the file, I changed to create a flask rest endpoint and upload it through form data then read the file in...