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

Feature/cache sample queries #265

Merged
merged 4 commits into from
Jul 25, 2023
Merged

Feature/cache sample queries #265

merged 4 commits into from
Jul 25, 2023

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    572b11a View commit details
    Browse the repository at this point in the history
  2. fix lint error

    Woozl committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3aaff95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c4f2b6 View commit details
    Browse the repository at this point in the history
  4. move sample query + cache to the server side

    keep just the sample queries on the client bundle so it doesn't add 18MB
    
    intercept the /quick_answer route to see if the req.body matches a sample query
    Woozl committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    042ae44 View commit details
    Browse the repository at this point in the history