Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Related Projects

This page lists upstream and downstream projects related to or integrating with VSAG, making it easier to assemble complete stacks.

Projects Using VSAG

  • OceanBase — Ant Group’s open-source distributed relational database; its vector search is powered by VSAG.
  • Other vector databases / integrations — if you maintain an integration, feel free to open a PR to list it here.

Dependencies and Inspirations

  • Faiss — Meta’s vector search library; VSAG borrows ideas in IVF and quantization.
  • SPANN / SPTAG — Microsoft’s large-scale retrieval system; an inspiration for VSAG’s large-scale search design.

Ecosystem Tooling

Bindings / Language Support

  • C++ (native)
  • Pythonpyvsag, source under python_bindings/ and python/.
  • Node.js / TypeScript — source under typescript/, npm package name vsag.

Pull requests to extend this list are welcome.