Hi Alex,
Thank you for your great work on bringing vectors to sqlite world. I tried to use sqlite-lembed on a fresh Debian 12 (AMD64) installation (from the official Debian ISO, running on a VMWARE Esxi VM) following the instructions on your blog: https://alexgarcia.xyz/blog/2024/sqlite-lembed-init/index.html
Unfortunately, the sqlite3 command:
.load ./lembed0 fails with the following error:
Error: ./lembed0.so: undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE
So it seems that lembed0.so library is not compiled for Debian, so I tried building it myself with no success as it has various other dependencies, most important of which is llama.cpp
Wanted to ask what Linux distro you used for your tests? Would it be possible to publish instructions for building the lembed0.so library on any Linux distro?
Hi Alex,
Thank you for your great work on bringing vectors to sqlite world. I tried to use sqlite-lembed on a fresh Debian 12 (AMD64) installation (from the official Debian ISO, running on a VMWARE Esxi VM) following the instructions on your blog: https://alexgarcia.xyz/blog/2024/sqlite-lembed-init/index.html
Unfortunately, the sqlite3 command:
.load ./lembed0 fails with the following error:
Error: ./lembed0.so: undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE
So it seems that lembed0.so library is not compiled for Debian, so I tried building it myself with no success as it has various other dependencies, most important of which is llama.cpp
Wanted to ask what Linux distro you used for your tests? Would it be possible to publish instructions for building the lembed0.so library on any Linux distro?