Need Suggestion what to use for custom dataset

I want to develop a chatbot for my company that involves a large custom dataset, specifically financial data. I need guidance on how to utilize GPT with a custom dataset. Currently, I’m considering using GPT-3.5 Turbo for fine-tuning. Could you confirm if this is the right approach?

For reference, The application is built in Laravel and the database is in Oracle.

Welcome to the forum.

Look into RAG … there’s a few good posts here at the forum detailing methods and libraries built. I’d look there first then look into fine-tuning if RAG doesn’t fit your needs.