Skip to content
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

implement text-to-sql cache #46

Open
lostmygithubaccount opened this issue Mar 5, 2024 · 1 comment
Open

implement text-to-sql cache #46

lostmygithubaccount opened this issue Mar 5, 2024 · 1 comment
Assignees
Labels

Comments

@lostmygithubaccount
Copy link
Member

right now, a bot will always generate new SQL even if it (in the current or previous session) has seen the same text and correctly generated SQL

primarily for demo purposes, we should enable attaching a cache database w/:

  • text
  • SQL
  • accuracy_score (?)

we would need some way of manually populated this database (perhaps outside the scope of Ibis Birdbrain) and adding to it as new queries are seen, w/ the user somehow able to give an accuracy score/delete incorrect generations

@lostmygithubaccount
Copy link
Member Author

potential implementations:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants