TuGraph-family / tugraph-db

TuGraph: A High Performance Graph Database.
https://tugraph.org
Apache License 2.0
1.44k stars 192 forks source link

update the vector index interface #611

Closed Jant1L closed 3 months ago

Jant1L commented 3 months ago

Vector_index_layer is a base class, you need to implement those six of the virtual functions by using other Algorithm or library; Faiss_IVF_Flat :You can follow this implementation to implement your own algorithms