_/\_       __/\__
  ) . (_    _) .' (
  `) '.(   ) .'  (`
   `-._\(_ )/__(~`
       (   )-.__.--._
       ) o            `-.
      /                  
     ( ,// )             
      `''\/-.            
             \           
             |           
05/26

gvecdb

a hybrid graph/vector database I built from scratch in OCaml for my cambridge CS dissertation. the idea was to combine vector similarity search with graph traversals in a single storage engine rather than bolting separate systems together.

what’s in it