Converting XQuery to SQL with Local LLMs: Do I Need Fine-Tuning or a Better Approach? [P]
I am trying to convert XQuery statements into SQL queries within an enterprise context, with the constraint that the solution must rely on locally run LLMs. A key challenge is the limited availability of training data (pairs of XQueries and th…