Chunking, vector store and retrieval are taken care of. You can build a front end just like playground, and fit it all together. If you need help with this, lets connect.
A quick question as I am a little confused. Is the Open Ai assistant the same as custom gpt? So can it be also used with own knowledge from a file like Custom GPT?
@jan.breidenbach Yes it is the same indeed. The setup process doesnt have the âconversationalâ setup process as the GPTs have but if you already have a GPT you can copy the âinstructionâ text and paste it in you assistant.
An assistant cannot perform actions that access a developerâs authenticated API directly, there is no internet access provided by OpenAI.
That lack of internet access also includes no âBrowse with Bingâ function.
Answering with file retrieval and the provided internal function for letting the AI explore uploaded file data can become expensive as it uses iterative calling with the language tokens billed at the account holderâs expense.