Ricky Chan
Ricky Chan
Hi Martin, Thanks for the update. I'll wait for the fix. I did check out the dnd-kit branch and had a quick look, is there still lots of development work...
@randallknutson I ran into the same issue. I was wondering is there a doc somewhere that clearly specifies the differences between the open source version versus the hosted/enterprise version? like...
Note I was using the following versions: "@data-driven-forms/mui-component-mapper": "^3.6.4", "@data-driven-forms/react-form-renderer": "^3.6.4", "@data-driven-forms/pf4-component-mapper": "^3.6.4",
I did a quick test and got jsonb column to work with loopback-sequelize For the model, you have to define it using "object" like so: ``` @property({ type: 'object', postgresql:...
@shubhamp-sf do you know how to enable SQL logging outputs from loopback-sequelize?
@shubhamp-sf thanks got it to work @nivruth-naka ``` { "where": { "code": { "ilike": "%33%" } }, "include": [ { "relation": "trans", "scope": { "where": { "test.name": { "ilike": "%o%"...
Help! I am encountering the same, couldn't load local embeddings in LocalAI, when I tried Postman call to the endpoint: http://localhost:8080/v1/embeddings I get the following error: `{"error":{"code":500,"message":"endpoint disabled for this...
No solution yet and couldn't proceed further. ________________________________ From: MarkusBerroth ***@***.***> Sent: Wednesday, February 7, 2024 3:20 AM To: mudler/LocalAI ***@***.***> Cc: Ricky Chan ***@***.***>; Comment ***@***.***> Subject: Re: [mudler/LocalAI]...
(bitnet-cpp) (venv) vscode ➜ /workspaces/python/BitNet (main) $ clang --version clang version 19.1.7 (https://github.com/conda-forge/clangdev-feedstock 92082c0fc9898ebe2ce39f2f4b4266d8dbc4acd2) Target: aarch64-conda-linux-gnu Thread model: posix InstalledDir: /home/vscode/miniconda3/envs/bitnet-cpp/bin (bitnet-cpp) (venv) vscode ➜ /workspaces/python/BitNet (main) $ cmake --version...
Ok so after a few intense hours, I have finally got it to run in a Dev Container successfully. I have also went further to create the scripts necessary to...