Storing and querying for embeddings with Redis
In a previous post, we wrote about using vectorized search and cosine similarity to quickly query a database of blog posts and retrieve the most relevant content to a natural…
21/03/2023
If you read the previous article on Draft 2, we went from source code to deployed application in a few steps:
az aks draft create: creates a Dockerfile and Kubernetes manifests (deployment and service manifests)az aks draft setup-gh: setup GitHub OIDCaz…