Jeremy Cowan

Results 39 comments of Jeremy Cowan

Instead of repeated examples with different models, why not show how you can use meta-data to narrow the scope of the query to the vector store, configure how many results...

You might want to consider using the Model Evaluation feature within Bedrock to compare the models rather than using the `score` function.

I was eventually able to get it to work, however, I had to build the container manually with docker build. I also had to run the kustomize commands myself (outside...

Nice! I'm glad this was added. I was going to try merging something similar https://github.com/jicowan/semantic-router/blob/main/semantic_router/encoders/bedrock.py.

I've seen a workaround for this that involves creating a CNAME in R53 and using HAProxy to re-write the request header for ECR.

Awesome. I had to add the ca-certificates package to the Docker image because I was getting an X.509 error after creating the multi-stage build. You might need to add this...

Does this add the secret sidecar to all pods deployed into a namespace? It should only inject the sidecar into pods that have a particular annotation, e.g. secret.amazonaws.com: . Need...