TuGraph-family / tugraph-db

TuGraph is a high performance graph database.
https://tugraph.org
Apache License 2.0
1.42k stars 190 forks source link

Support vector search? #564

Open maiqingqiang opened 4 months ago

maiqingqiang commented 4 months ago

Support vector search?

Ex: neo4j vector search https://neo4j.com/labs/genai-ecosystem/vector-search/

qishipengqsp commented 4 months ago

We are working on support vector usage in graph database. It is under construction with the support from the community.

475 implements the float vector in the storage layer, which is just merged yesterday. @Jant1L is working on the index implemention for IVF_FLAT, HNSW, etc. Looking forward to your feedback if you are interested in the design detail.