Hacker News new | ask | show | jobs
by goodmattg 1133 days ago
This is great, but how is your performance on multi-table joins? We've been working on a homebrew solution using OpenAI internally conditioned on our schema, and can't bridge the multi-table gap.

Also I'm skeptical if this generalizes, do you have measures in place to prevent query hallucination?

1 comments

On simpler multi-table joins we've been able to product good results, and we've done a lot of prompt engineering to make sure it takes the schema very seriously so that prevents hallucinations too. We're always finding new edge cases and fixing those as we go.