Hi everyone,
Would appreciate any help you could give.
Goal:
- I want to periodically drop a CSV file into my google drive
- Upload that file to OpenAI (presumable the data store)
- With a prompt, ask it to summarise the contents of the CSV file.
Sounds straightforward?
So, I’ve been able to do parts 1 and 2 - it works - the file appears in my data store. Yay!
Problem:
I’ve created an ‘assistant’ in OpenAI (a text prompt telling it to analyse the data).
However, I appear to have no way to reference the file that’s just been uploaded.
I’ve tried a few things, but all I see to get is a response telling me that I need to upload data - it just can’t seem to see the file!
Here’s my simple flow with screenshot. I have tried a few other things, but I fear I’m just not going to be able to figure it out, or my logic is faulty!
Could anyone provide advice on how I achieve the goal? I simply want to somehow push a simple CSV file into OpenAI and for it to be able to see and respond to it based on my prompt.
I’ve searched and searched, but there seems no clear way to do this.
Really appreciate any help you can give.