James Abbott
James Abbott
@ReubenBond I actually stumbled across this myself but I have a longer log message with hopefully some additional context. When I've experienced this issue, has been when I have a...
Can you use the `--extends` parameter? You can pass it a filepath 😄
Also hitting this - but with an items array: https://app.quicktype.io?share=nVtT36Kx7AvPXAObKYVM
@ReubenBond I've had a go at the action for now - Happy to update the namespace if required. The tests run locally as follows: 1. Start gcloud pubsub emulator via...
@ReubenBond apologies for the delay on this one - Looks like a missing env var on my part. Could we get another run?
@ReubenBond @jeremylcarter sorry I've been AWOL - I've pushed up some changes to make the emulator use the gcloud emulator with the correct environment variables set (🤞 ). Could you...
Build result: ``` gcr.io/google.com/cloudsdktool/google-cloud-cli:emulators /usr/bin/docker create --name 743cedb95dd645fb996285a3[53](https://github.com/dotnet/orleans/actions/runs/7421651788/job/20202172711#step:2:56)ce1f47_gcriogooglecomcloudsdktoolgooglecloudcliemulators_f120b2 --label d6736e --network github_network_01e8706b6b0d41e9b1ea5bd895f31027 --network-alias emulator -p 8085:8085 --entrypoint gcloud beta emulators pubsub start --project=feisty-flow-173313 --host-port=0.0.0.0:8085 -e GITHUB_ACTIONS=true -e CI=true gcr.io/google.com/cloudsdktool/google-cloud-cli:emulators Unable...
As the faiss support has been implemented, can we use the approximate hamming distance on binary types yet? https://github.com/opensearch-project/k-NN/issues/70 Faiss has a BinaryIndex type: https://github.com/facebookresearch/faiss/wiki/Binary-indexes so I dont think it...
@jmazanec15 - My use case I think may be a little different to the OP. But for me, the case is that we want to use a binary vector database...
@vamshin (Please forgive me, I'm not from an ML background so I dont really have any answers here.) We've not used any binary indicies yet because we discarded the option...