Never thought I’d ever ask a question on stack overflow now that we have ChatGPT but here is my first one ever about GPT. LOL the irony.
I have some files that are on my OneDrive and would like to perform knowledge retrieval on them. Is it possible to integrate an assistant to perform knowledge retrieval directly from OneDrive or do I have to upload each file to OpenAI? I am asking because in the future this OneDrive may grow exponentially and I don’t want to upload files for each project I am working on to OpenAI as this involves a lot of manual work I guess (as of now I am not exactly sure if they have a cap on storage). I am a python dev so I am asking from that kind of perspective not the OpenAI playground perspective. I eventually plan to make a UI for this so I will be able to interact with my assistant and ask it to retrieve things from my documents.
Thank you all in advance
So far I have tried to retrieve files from OneDrive using the MS graph api. I guess the next step in the flow would be to somehow programatically upload each file I retreive to OpenAI maybe and then perform knowledge retrieval. I am not sure which direction to go
Orlando Rati is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.