Martin R

Results 7 comments of Martin R

I was able to resolve this issue by setting `platform: linux/amd64` in my `docker-compose.yml`. Found it on this page: https://til.simonwillison.net/macos/running-docker-on-remote-m1

> Did you try to move the already learned documents out of source_documents ? > It would be nice to have the ingest script to move them after the training/knowledge...

I put up a PR: #209 With this functionality, you can load new documents into the existing collection. OR a new collection is created if one doesn't exist. Also, be...

I get this same error after 2 or 3 queries. It appears to be an issue in llama.cpp: https://github.com/ggerganov/llama.cpp/issues/52.

> > > I honestly don't like the idea of deleting documents > > > > > > What if only symlinks landed in the source docs dir? I feel...

I like your architecture.

I ran into this issue as well. I think something changed in the newer versions of strawberry. I didn't have this problem last year. I created a new `PageInfo` type...