mapdb icon indicating copy to clipboard operation
mapdb copied to clipboard

Vector Collection

Open JusticeN opened this issue 2 years ago • 0 comments

Is it possible to Build a Vector Collection Type?

The goal is to allow Mapdb to be used as embedded Vector Database with similarity search. Do you think it is possible to create a new vector collection type where each item will have an id and vector and build a similarity search function for query.

Does it make sense?

There is already hnswlib library for vector search in Java

JusticeN avatar Jan 31 '24 09:01 JusticeN