Skip to content

v0.0.3

Compare
Choose a tag to compare
@JayNakrani JayNakrani released this 22 Dec 20:14
· 26 commits to main since this release

New features highlight

  1. Document collections can now be deleted and edited (#47, #54)
  2. Improved usability on touchscreen devices with submit buttons (#52)
  3. LLM provider options can now be specified (#51)
  4. Added health checks to docker-compose.yml so services wait for dependent services to be healthy (#46, #57, #61)

Upgrading

  1. docker compose down
  2. Upgrade your docker-compose.yml file to have latest changes
  3. Upgrade your .env file to have latest changes
  4. Pull latest images and start: docker compose pull && docker compose up -d