microsoft / SPTAG

A distributed approximate nearest neighborhood search (ANN) library which provides a high quality vector index build, search and distributed online serving toolkits for large scale vector search scenario.
MIT License
4.77k stars 581 forks source link

Want to know some features of sptag #414

Open frg01 opened 3 months ago

frg01 commented 3 months ago

I would like to know about the features of sptag.

  1. Does it support incremental indexing (that is, inserting data after the index is created successfully will update the index data)?

  2. Does it support the creation of indexes for large data sets with low memory (for example: I only have 1G of memory, can I still create an index for 100 million, 1024-dimensional data?)