* fix: [#35] - jan containers wont restart * chore: remove keycloak health check https://github.com/keycloak/keycloak/issues/17273 * fix: #53 hasura seeds should not yield error on conflict * fix: #59 hasura image generation action timeout * chore: jan web - fixes error logs of empty href url
Jan Backend
A Hasura Data API Platform designed to provide APIs for client interaction with the Language Model (LLM) through chat or the generation of art using Stable Diffusion. It is encapsulated within a Docker container for easy local deployment
Quickstart
- Run docker up
docker compose up
-
Install HasuraCLI
-
Open Hasura Console
cd hasura && hasura console
- Apply Migration
hasura migrate apply
- Apply Metadata
hasura metadata apply
- Apply seeds
hasura seed apply
Hasura One Click Deploy
Use this URL to deploy this app to Hasura Cloud
Modify schema & model
Events & Workers
Serverless function (Cloudflare worker) to stream llm message & update
Readmore about Hasura Events here:
Deploy Worker
npx wrangler deploy