wrzr123
wrzr123
Added 2 new embedding models text-embedding-3-small and text-embedding-3-large
Some help to get ionic-appauth to work on Android after upgrading from Capacitor V2 to Capacitor V3
Hey, yesterday I was upgrading my Ionic app from Capacitor 2 to Capacitor 3, and I was struggeling a long time to get the redirect to work from my identity...
I'm using the official Capacitor status bar plugin to hide and show the status bar according to my apps needs. I'm using this plugin to retrieve the correct top inset...
Hello, I trained a classification model in Python using the Ultralytics Yolo module, and it performs quite well. Then I exported the model to the ONNX format and used it...
**Plugin version:** "@capacitor-community/sqlite": "^7.0.0" **Platform(s):** Just tested on Android, don't know about iOS and Electron. **Current behavior:** Let's assume the following code: ``` const statement = `INSERT INTO ${tableName} (id,...