I'm writting this thread for guidance.
My company recently adopted this (private) low-code platform and is looking to gradually shift all it's applications towards it, but before doing this the platform gotta be as flexible as their custom made applications (84 of them). It allows custom made blocks on Vue.js/Golang/... to be made and injected inside to act as UI components.
During my trial these last weeks, i made some "blocks: by myself and also MORE IMPORTANTLY used ChatGPT and Copilot to help make others. Now the important part, it took me a bit to feed all the necessary knowledge to ChatGPT for it to start suggesting what it's actually needed for.
Then went on and used enbedding on with OpenAI models, also did some finetuning, let's focus on the embedding aspect. It was succesful, i scraped the github documentation of the platform, and made index files the models go through to compare vectors.
Now the model answers well whenever asked questions about anything, it also adds predictions to have more complete answers, but my biggest issue is : It is unable to generate code when asked to, which serves the whole purpose of this project.
What am I missing ?
