-
Notifications
You must be signed in to change notification settings - Fork 0
Add design doc #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
amrit110
commented
Oct 20, 2025
- Add design doc draft for python API
| print(f"Query: {result.question}") | ||
| print(f"SQL: {result.sql}") | ||
| print(f"Accuracy: {result.metrics.execution_accuracy}") | ||
| print(f"Privacy: {result.metrics.masking_recall}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, there’s no consistency in the printing function compared to the single-query scenario, which I believe should be kept the same.
| queries: List[QueryRequest], | ||
| max_concurrency: int = 10, | ||
| show_progress: bool = True | ||
| ) -> List[QueryResult]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These parameters should be set in the configuration or env variable file.
…nto add_design_doc
…nto add_design_doc