Maxwell Flitton

Results 45 comments of Maxwell Flitton

@abhijeetbhagat do you still have the code for this as I'd love to see it

@5hanth I don't know much about nix. Right now we're working on c-wrappers so different clients can interact with it via FFI

@kotolex thanks for the report looking into it now, I'm going to add tests around bad files and handle them. This update might also affect require a main update in...

@kotolex sorry for the late reply got into some other things that had to be resolved. I have now updated the core with error handling and updated the testing of...

@kotolex hey sorry for the late reply, it is now in 1.4 stable: https://github.com/surrealdb/surrealdb/blob/f06d8488e5130cd1eaa3c541f3b56ceac9b850bb/src/net/ml.rs#L59

@kotolex this is strange as it is now part of the CI tests that a bad file gets uploaded and gets handled: https://github.com/surrealdb/surrealdb/blob/64da2d8ee348443367daf3a57abd378af9f740de/tests/ml_integration.rs#L87 I've re-opened this and will look into...

@loloxwg hey thanks for looking into this package. We are coming close to a big release with updates. In terms of the return types, we need the package to gel...

@slygren I think the conversion is down to `PyO3` and we're ripping this out and going for raw C bindings. @loloxwg I'm just focusing on the Python client this week...

Hey @slygren and @loloxwg thanks for being patient. I have now finished the major update for `surrealML` so we now have a dynamic C lib for the core of the...

SurrealML essentially gets trained models and converts them to models with meta data around the model. This enables the database or surrealML engine to run the model with some inputs....