Sam Stoelinga
Sam Stoelinga
The Python client has a great example that shows what the result looks like when one of the batch objects has an error: https://weaviate-python-client.readthedocs.io/en/stable/weaviate.batch.html#weaviate.batch.Batch.create_objects I would like to see a...
In Weaviate the int datatype is represented as int64 however in the Java client it gets converted to a java.lang.Double which is an 8 byte structure to represent floating points....
Similar model as influxDB which has native clients for various JVM based language in their java client repo: https://github.com/influxdata/influxdb-client-java This would remove the need to convert datatypes between Scala and...
The templates hardcode a resource name instead of relying on the helm release name. So when you try to deploy another weaviate cluster it would fail because there is already...
Seems currently the PR CI job does only basic helm tests but not an actual integration test. It would be better to use e.g. a small kind cluster in the...
## Summary Add a sign up flow for Remix: https://github.com/logto-io/js/issues/722 ## Testing I published an NPM package and using it in production: https://www.npmjs.com/package/@samos123/logto-remix You can try it with: ``` npm...
I want to have a login and sign up button using remixjs, however remix only supports sign in flow. The request is to also add a sign up handler into...
Draft, I need to retest it now that I've stripped down the manifest with GKE specific stuff.
I can add a NCCL tests example but before I do would be great to see if that's something that would be accepted.
For example, it could be as easy as calling https://github.com/danielgatis/rembg for first iteration of this feature