ਬ੍ਰਹ੍ਮ੍ਜੋਤ ਸਿੰਘ ਖਾਲਸਾ

Results 15 comments of ਬ੍ਰਹ੍ਮ੍ਜੋਤ ਸਿੰਘ ਖਾਲਸਾ

bump ``` > from langchain.memory import ChatMessageHistory with new imports of: >> from langchain_community.chat_message_histories import ChatMessageHistory You can use the langchain cli to **automatically** upgrade many imports. Please see documentation...

> `-v /llama/models` From where can I download the models, in order to populate that directory? Thanks.

is there a way to add a retry as a work-around, but only to the part that's failing, i.e., ``` | ✓ cp313-manylinux_i686 finished in 25.37s [Build and Publish/build] ❓...

Mine are listening on specific addresses, it would seem: `netstat -tupln|grep -F :11434` This is what worked for me: `OLLAMA_HOST=my-host:11434 ollama run my-model`

I have the same error. The main difference is that, in my minimal example, I'm using cpdef extern

> yeah you just have to instantiate the browser like this: > > browser = await start( headless=True, sandbox=False ) apparently that is not sufficient. Do I need to install...

can confirm. the element is being found and correctly logged. send_keys() doesn't send anything (I'm watching the headful browser. They keys are not being entered into the `input` field).

healthchecks is giving me 404s. nginx is configured to forward /healthchecks to 192...:8000. It looks like healthchecks doesn't properly honor the SITE_ROOT (https://external.com/healthchecks). Not seeing a base url option.

``` docker --version Docker version 27.1.1, build 6312585 ``` ``` docker compose version Docker Compose version v2.29.1 ``` ``` uname -v #1 SMP PREEMPT_DYNAMIC Kali 6.8.11-1kali2 (2024-05-30) ``` ``` dpkg...

> What is the output of `dpkg -l libseccomp2` ? 2.5.5-1 Temporary workaround is to `dig` `||` `docker ps|awk '/pihole/{print $1}'|xargs docker rm --force` then `docker compose pull pihole &&...