Find answers from the community

Updated 8 months ago

devs i need some suggestions in my use

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. 😟
L
m
5 comments
Kind of confused what you want to do πŸ‘€

Do you want to grab everything from your db? Do some vector search over it?
no i have a bucket in supabase,the user can upload a file like a tickets lets say, has users info, i need to extract and use this info by giving it to the llm and the llm later will use this extracted data in another processing
Sounds like you can just pull the data directly and give it to the LLM? No need for temp files, you just need the text right?
yeah just the file content
this is the class u may check it and understand my concept
Add a reply
Sign up and join the conversation on Discord