Florents Tselai
Florents Tselai
Right! I's already keeping an eye on EAs , but had forgotten about the operators part. Will checkout a branch to try it out.
I'm glad you liked it! The package expects that `Series` objects (DataFrame columns as well) already store `set` objects - no implicit conversions there. So you should convert strings to...
@mhalle maybe you can try out #333 ?
@petere, any chance of merging this? I've created a (slightly different / simpler) implementation for my purposes, but this looks more complete.
@lacanoid I'd suggest working with ` jsonb` instead of `json`
@edsu , did just that: warcdb.readthedocs.io / warcdb.tselai.com As for content `docs/index.md` is a symlink `README.md` forks fine for now. Once we have more content we can split to md...
Indeed, it looks like [it's hardcoded ](https://github.com/Mozilla-Ocho/llamafile/blob/8c4d7af125bf9c87693f36f8b353d3bce23ff016/llama.cpp/server/oai.h#L219) Unless... it disregards `nomic-embed-text-v1.5.f16.gguf` and it actually uses `text-embedding-ada-002`
I just now realized that the whole body content is passed as a prompt. ```cpp svr.Post("/embedding", [&llama](const httplib::Request &req, httplib::Response &res) { res.set_header("Access-Control-Allow-Origin", req.get_header_value("Origin")); const json body = json::parse(req.body); json...
e.g. check at mic(linear) == 1.0
``` src/mine.c:46:6: warning: no previous prototype for function 'quicksort' [-Wmissing-prototypes] void quicksort(double *a, int *idx, int l, int u) ^ src/mine.c:46:1: note: declare 'static' if the function is not intended...