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

Replace JSON with stringified JSON in database, make default database local sqlite #22

Closed
lalalune opened this issue Jan 8, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@lalalune
Copy link
Contributor

lalalune commented Jan 8, 2023

We want to remove the docker dependency so that users can quickstart without it, using a local sqlite instance. However, our current models use JSON. We can dynamically set which we startup with, but only if the models use the same supported features.

  • Replace JSON with stringified JSON in models
  • Make sure calls are creating JSON from the returned text
  • Add default to sqlite in model and .env
  • Update README
@lalalune lalalune added good first issue Good for newcomers help wanted Extra attention is needed labels Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant