Chatgpt on unstructured data

I want to train/finetune ChatGPT on my set of unstructured data namely pdf’s, ppt’s, doc files.

The aim is to get Chatgpt responses from above data in context.

Does OpenAI provide provision to train Chatgpt via API ?

The ChatGPT AI cannot be fine-tuned.

You’ll want to use something like GitHub - run-llama/llama_index: LlamaIndex (formerly GPT Index) is a data framework for your LLM applications

Basically, you will use embeddings to manage your unstructured data and provide it in the ChatML you submit to the ChatGPT API.

2 Likes