Forum in maintenance, we will back soon 🙂
Adding Training Data to OpenAI
Hi, If I have my own company data and I want to add that to the OpenAI model, how do I do that? So when I do a prompt the OpenAI model will perform analysis on my data and NOT the general web data it has been trained on? Thanks
@google-rayazsiddiqi you use RAG to allow OpenAI to know about your data.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@google-rayazsiddiqi You'll need to apply a method called RAG (Retrieval Augmented Generation). Where the AI model ur using gets the information from a set of data you give. Can you give explain more what you want to do so we can give you a better explanation.
@husein I have some textual data (safety incidents) and I want OpenAI to extract key issues form all the incdent text data...does it make sense?
@google-rayazsiddiqi you might be able to create a GPT for this.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@google-rayazsiddiqi as @ssadvisor mentioned, you can create a GPT for that, or you can use OpenAI assistant API if you want to create your custom app.
it depends on what you plan to do with this project, for example is it a backend for a tool, or just something private for you?