algdev.gr
algdev.gr
@simialbi thank you for your response. I believe I have tried it. I will check again and update you, but I would like to get your attention to these lines...
@simialbi I got that. But I think there should be a way to explicitly disable that behavior. Regards
Thank you this helped a lot.
One note on this matter. I noticed that if I create subscriptions with the subscription class, if I don't set the no_local = true at the time of creation and...
``` import ssl import asyncio from gmqtt import Client as MQTTClient from gmqtt import Subscription STOP = asyncio.Event() def on_connect(client, flags, rc, properties): print('Connected') # This is OK client.subscribe('test/a', qos=0,...
Yes, I would want to use a hugging face model if possible. text-ada-embedding-002 works too, but would be more convinient to select the embeddings model. Would you mind if I...