{{ message }}
This repository was archived by the owner on Mar 29, 2026. It is now read-only.
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@zainhoda Thanks for your help. Actually I knew these steps and but I only know add sql to train. I mean how to add question sql pairs to train on web ui for below, what should I input on web for it |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
how to train below question sql pairs from web ui:
vn.train(
question="What is the average age of our customers?",
sql="SELECT AVG(age) FROM customers"
)
Beta Was this translation helpful? Give feedback.
All reactions