Alex Cureton-Griffiths
Alex Cureton-Griffiths
Just dropping a comment to say I'm facing the same issue. - OS: Manjaro (based on Arch) - Shell: zsh - Terminal: kitty (running tmux). Tested on plain old xterm...
I'm seeing the exact same error. Running Gnome on Wayland on Manjaro Linux. Retrying in Openbox in Xorg gave same error. Tried in xfce-terminal with tmux, and bare xterm (I...
I think I asked this before, but searching Slack is going to be futile since "now" is such a common word :facepalm:
Hey @xiaoxiongfeng . Do you get error messages? Could you put them in this thread please? Note: You'll have to install Imagemagick to convert the images
Yup. I just checked the API reference too, and I see it there. I'm assuming the reference is auto-generated so this is a real headscratcher
Already run `pip install -U langchain`. Will check the local file
So: - I cleared my env and re-installed langchain - Checked the local file. No `results` method To narrow it down, I also tried on [Google Colab](https://colab.research.google.com/drive/1Jofji2a53xLlxTBj6rQd-Nv2WcDzknyH#scrollTo=UCKBg49Wsewx). Same result :/...
I see the code was updated just a few hours ago:  And last release was yesterday. So I guess I just have to wait for next release
Can you: - be sure indexer is enabled in `docker-compose.yml` - run `docker-compose up --force-recreate --build` - then while that's running: - `docker exec -it fashion_search-backend-index-1 sh` - run `du...
> Again I have to implement workarounds to launch the docker - I created two PRs. I just merged one. I think the other is for CLIPencoder, which I tagged...