OTT on that topic#
OTT is an over the top bluesky custom feed (in the making)
... mostly scaffolding so far ...
Setup#
Install dependencies#
# Install k8s tooling
brew install kind helm skaffold
# Install fvm and fluvio cli
curl -fsS https://hub.infinyon.cloud/install/install.sh | bash
# Install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Install tei
cargo install --git https://github.com/huggingface/text-embeddings-inference
Create a cluster#
kind create cluster --config kind-cluster.yaml
Run#
skaffold run