Varik Matevosyan
Varik Matevosyan
Yep that will work! Actually maybe we won't need that as per discussion with Narek we decided that the tradeoff of UX doesn't worth the complexity added (counting edge cases...
Hi @heyufeng666888 , can you check [this Jupyter notebook](https://gist.github.com/var77/dbf9b8c9845356d51a5588f6c7020cd1) on your machine? I have inserted 100k 1536 dimensional vectors in ~700 seconds on my Macbook Pro using single connection. Do...
Hi @heyufeng666888 sorry for inconvenience. I have used the latest version of Lantern (built from source) with Postgres 15 installed with homebrew (the postgres settings were the defaults for me)....
Yes @heyufeng666888
Yes @heyufeng666888 via homebrew
Need to do some research about this and get back with results. I will try to build the binary with older libc and see if it works.
Thank you for the references @saidinesh5 ! Will probably go with building inside container on Github Actions.
Hi @mmisiewicz , thanks for reporting the issue. Can you try the following cases and see which one will make it, so we can try to understand from where the...
Thanks for sharing the details, can you try one more thing as well: 1. Generate SSL certificate `openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /tmp/lantern-key.pem -out /tmp/lantern-cert.pem -subj...
> I notice you have turned back on `asyncify`, was that only to enable dlopen or did you need it for either of the extensions? > > The `next` branch...