Replies: 2 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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