Luc Georges

Results 26 issues of Luc Georges

I've added an arm64 runner that you can check out in the settings tab. Edited the CI to make it release arm64 bins !

* Added env variable to specify to run Mongoku in read only mode or not * Read only is handled by a middleware that will return 401 on update /...

Hello! I've been running into some issues while creating a table with an empty batch record. ```rs let schema = Arc::new(Schema::new(vec![ Field::new( "vector", DataType::FixedSizeList( Arc::new(Field::new("item", DataType::Float32, true)), 768, ), false,...

As mentioned in #14, here is a first attempt at implementing an option for us to allow some library calls. For the moment, this is a very manual process in...

Hello, have you considered publishing the rust binding to crates.io?

Hello, have you considered adding the bindings to crates.io?

Hello MantisAI, Great job on the cli, it looks great ! 🔥 What would you think of adding a `--watch` / `-w` flag to the `hfie endpoint list` command ?...

enhancement

- add support for https://github.com/ggerganov/llama.cpp (located at `examples/server`) - fix inverted condition that was causing all ranges to be invalid

Add support for multi file context using a vectordb and the StarEncoder model to generate embeddings to find the most relevant pieces of code from the other files in the...

It appears that adding `native-tls` as a feature in `ureq` is not sufficient, and that the `native_tls::TlsConnector` must explicitly be used in code.