Well, I've been trying these last days .. I've written documents explaining some concepts of the language (it's based on BASIC so it's not like it's Perl or anything) and giving syntax and examples. Sometimes it will work quite well and openAI seems to follow the rules I wrote. Then sometimes it's like it's forgetting the context and he invents new ways to do stuff ... looks like it's partially inspired by Python or JS syntax but it's hard to tell ...
Apart from the prompt, are there specific parameters that I should pay attention to ? For now I'm using the simple SimpleDirectoryReader and GPTSimpleVectorIndex ... would I get better result with another kind of index ?
Also I tried with a langChain agent and it's slower and gives really poor results ...