Starting point for LLM POC project
Project provides:
- Postrges DB
- PG Vector extension
- Utils for migrations
- PG Admin to browse the database
- Rust, Actix-web server with:
- Bruno for testing APIs
- Athena Flask app for:
- Up
docker-compose up -d - Start
docker-compose start -d - Stop
docker-compose stop - Down
docker-compose down -v - Logs
docker-compose logs -f -t - Remove all container and volumes
docker rm -vf $(docker ps -aq)\ - Remove all images
docker rmi -f $(docker images -aq) - Delete everything:
docker system prune -a --volumes
If you are using Colima client:
- Start
colima start- In case you receive error
137- add more RAMcolima start --memory 8
- In case you receive error
- Stop
colima stop



