Skip to content

v0.13.2

Choose a tag to compare

@github-actions github-actions released this 31 Oct 15:57
· 37 commits to main since this release

v0.13.1...v0.13.2

  • 馃搫 Updates to Form Assistant 308184f @TiGz
  • 馃搫 Add Docker support with Dockerfile, updated docker-compose.yml, and dockerUp.sh script 9b3ceed @TiGz
  • 馃搫 Update dockerUp.sh to use modern docker compose command 06942fa @TiGz
  • 馃搫 Added down.sh script and updated up.sh to work from docker directory 2dd7e91 @TiGz
  • 馃搫 Added --follow/-f flag to up.sh to optionally follow docker container logs 0b65317 @TiGz
  • 馃搫 Changed up.sh to run in foreground by default, added -d/--detach flag for detached mode 1e74c74 @TiGz
  • 馃搫 Set CHROMA_URL environment variable in Docker Compose to point to chroma service 8c1a6fb @TiGz
  • 馃搫 Add persistent volume for SQLite database in Docker configuration 1185ed7 @TiGz
  • 馃搫 Clean up Docker volume configuration to only mount /root/.hldk 65c6ad9 @TiGz
  • 馃搫 Add docker-compose-chromadb-only.yml for running ChromaDB standalone 7f51d66 @TiGz
  • 馃搫 Add chromaOnlyUp.sh script for starting standalone ChromaDB 642a43e @TiGz
  • 馃搫 Add chromaAndHldk.sh script to start both ChromaDB and HLDK 6751abf @TiGz
  • 馃搫 Update Form Assistant section in README to reflect new startup methods e860ae1 @TiGz
  • 馃搫 Improved chromaAndHldk.sh script to better handle detached mode and cleanup b1b36b9 @TiGz
  • 馃搫 Fix ChromaDB startup script to use correct path for docker-compose file ce9e67a @TiGz