devs i need some suggestions in my use case here:
i saving docs that have users info in Supabase bucket, i need to load it to be used by llm agent to extract the needed data , like in the example here :
https://docs.llamaindex.ai/en/stable/examples/usecases/email_data_extraction/so i need the best practice, do i need to just create temp dir and download it? or convert the needed data to Vectors and save it then retrieve it by llm.
i am a bit Lost tbh. π