golemus
golemus
I lost like 2 hrs pls add to docs on ollama: os.environ["OLLAMA_HOST"] = "http://127.0.0.1:11434" and in config.yaml something like embedder: provider: ollama config: model: znbang/bge:small-en-v1.5-q8_0 base_url: http://127.0.0.1:11434 otherwise it will...
maybe this is due to template format 3.4 ? also not working on latest 5.0 lts appliance
Hi, sorry but I am quite a newbie in nodejs ( maybe I'll ask for some help) for example simply adding to db2g.js async del(table, where) { if (!this.connection) throw...
could also add update on a single table adding to db2g.js async update(table, where, data) { if (!this.connection) throw new Error('Invalid Knex instance'); return this.connection(table).where(where).update(data); } ---------------- then static schema...