कारतोफ्फेलस्क्रिप्ट™
कारतोफ्फेलस्क्रिप्ट™
not sure why, but I'm unable to edit this PR. @RJiraya Can you please revert the changes in `pnpm-lock.yaml`, so that we can try running the CI while someone also...
let's merge this after the release to give us more time to catch any potential bugs this might cause.
> Thanks for taking this on! > > From a quick test, running `packages/cli/bin/n8n start --tunnel` fails to open in browser, after a while ends up with `504 Gateway Time-out`...
rebased. but going to break this out into 2 PRs, one introducing the `URLService` and it's tests, and other with any potential breaking changes.
released in v1.1.0
Published `2.0.0-beta.1` to NPM. Once I've confirmed that this works with browsers as expected, will publish `2.0.0` as the latest.
Thanks for your contribution 🙏🏽 ❤️
Can you please check once more that the value for the encryption key in `/home/node/.n8n/config` (and not `/home/node/n8n/config`) is identical to the value passed in via env variables in `1.15.2`...
The culprit is definitely https://github.com/n8n-io/n8n/pull/7556 which was released in 1.16.0 . But, I'm still not sure under what circumstances would this happen. I'll try to look at the code again....
One of the [top performing](https://huggingface.co/spaces/mteb/leaderboard) Embedding models (`SFR-Embedding-Mistral`) is [available as GGUF on Huggingface](https://huggingface.co/dranger003/SFR-Embedding-Mistral-GGUF). This is how I imported it into Ollama: 1. downloaded the `q4_k_m` file from [here](https://huggingface.co/dranger003/SFR-Embedding-Mistral-GGUF/blob/main/ggml-sfr-embedding-mistral-q4_k_m.gguf) 2....