Wassim Chegham
Wassim Chegham
I can see the right service and characteristic, and also the `0d05750fda25` health_check value.  However, it seems that Cafy can't connect to your machine. I still need to figure...
@eyalcha could you check out the latest commit from `main` and run `npm run inspect`, then copy the logs here? Thank you.
Alright! So the issue is probably coming from the underlying program that I am using: https://github.com/abandonware/noble. Can you try the following options: 1. run the command using `sudo npm run...
Oh! That's interesting. It's connecting! Did you use the `sudo npm run inspect` command?
Hi @Azrael-Masters I haven't had the time to decode the PIN activation packets. Would you mind opening a separate GitHub issue to discuss it? Thanks btw for setting up the...
@xuhaoruins when creating an instance of `OpenAIEmbedding` class, you need to make sure you are using `EMBEDDING_MODEL` as a deployment target: ```typescript const azure = { azureADTokenProvider, deployment: process.env.AZURE_OPENAI_DEPLOYMENT ??...
@m4xwe11o currently the frontend dev server binds to 127.0.0.1 https://github.com/Azure-Samples/aisearch-openai-rag-audio/blob/98a496eec70d0a2d4da1dc88df0a6ae35ec93f98/app/frontend/package.json#L7 Can you try starting the frontend app using `vite --host 0.0.0.0` this will bind to all available local network interfaces.
Thank you @juliamuiruri4 will review this asap.
What about the other PR #465?
Would you like to send a PR?