Hacker News new | ask | show | jobs
First on-device Vector database for mobile devices (objectbox.io)
6 points by awalias 759 days ago
1 comments

ObjectBox CTO here...

Note that this is not just running a lib like HNSWlib or FAISS on top of database persistence. It's deeply integrated with database internals, which is also why in runs nicely with low-memory devices. The entire binary is like 3 MB, so leaves lots of resources to actual vector data and LLMs.

AMA...