We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.
Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.
Top comments (14)
exec zsh
will also workFor AWS Lightsail users, this one worked for me:
sudo chsh -s /usr/bin/zsh $(whoami)
Better post about zsh and oh my zsh that i've ever seen.
chsh -s /usr/bin/zsh
Thank you. Straightforward guide ever!
chsh -s /bin/bash username
This is my go-to article whenever I need to set up a machine with Zsh.
Fantastic article
After struggling to have this working on my machines with random guides from the internet... everything is much clearer now.
Very good explanation.
great
Thank you. It works for me.