pgAssistant 1.9.8 is released !

This release is coming with this news features : pgTune : docker-compose yaml file is using a healthcheck and the shm_size parameter pgTune : a Kubernetes deployment descriptor has been added New docker image is available on dockerhub Take a look at DockerHub image tag docker pull bertrand73/pgassistant:1.9.8 Enjoy ! Docker image security advices No any security advice from github or docker scouts or Grype.

October 13, 2025 · 1 min · beh74

pgAssistant 1.9.7 is released !

This release is coming with this news features : Re-factoring LLM API Calls to detect the use of ollama. Tested with the lastest ollama version With Lighthouse, optimize the UI Re-factoring the LLM settings form New docker image is available on dockerhub Take a look at DockerHub image tag docker pull bertrand73/pgassistant:1.9.7 Enjoy ! Docker image security advices No any security advice from github or docker scouts or Grype.

August 8, 2025 · 1 min · beh74

Using gpt-oss:20b with pgAssistant

Following the release of OpenAI’s open-source model gpt-oss, I set out to benchmark its performance in conjunction with PostgreSQL, focusing specifically on integration with pgAssistant. All evaluations were conducted locally on a MacBook Pro M4 Pro (24 GB RAM), using Ollama as the model runtime environment. gpt-oss installation To install this new model, first download the latest version of ollama, then run this : ollama pull gpt-oss:20b Ollama should now serve the API at: http://localhost:11434 ...

August 8, 2025 · 2 min · beh74