Spiros Makris

Results 3 comments of Spiros Makris

> Hi, I just published ONNX version with scripts to do the ONNX conversion here: https://huggingface.co/aapot/bge-m3-onnx Many thanks @aapot for sharing this!!

Got the same: ```rust let res = self .store .db .query( r#"DEFINE TABLE IF NOT EXISTS doc_queue SCHEMAFULL; DEFINE FIELD doc_name ON TABLE doc_queue TYPE string; DEFINE FIELD priority ON...

Hi, I'm going through the tutorial and I've stumbled upon this so I used the proposed replacements, `thiserror` for the auto Display trait functionality and `anyhow` in main file for...