Skip to content

Conversation

@amrit110
Copy link
Member

  • Add design doc draft for python API

@amrit110 amrit110 self-assigned this Oct 20, 2025
@amrit110 amrit110 added the documentation Improvements or additions to documentation label Oct 20, 2025
print(f"Query: {result.question}")
print(f"SQL: {result.sql}")
print(f"Accuracy: {result.metrics.execution_accuracy}")
print(f"Privacy: {result.metrics.masking_recall}")
Copy link
Collaborator

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.

Comment on lines +489 to +492
queries: List[QueryRequest],
max_concurrency: int = 10,
show_progress: bool = True
) -> List[QueryResult]:
Copy link
Collaborator

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.

@amrit110 amrit110 merged commit c80efbb into main Nov 5, 2025
7 checks passed
@amrit110 amrit110 deleted the add_design_doc branch November 5, 2025 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants