



OCaml client and examples for pgvector that provide access to vector indexing and nearest-neighbor search in PostgreSQL from OCaml code.
Loading more......
Category: SDKs & Libraries
Tags: sdk, pgvector, vector-store
pgvector-ocaml provides OCaml examples for using the pgvector PostgreSQL extension, demonstrating how to perform vector indexing and nearest-neighbor search from OCaml code. It is designed to work with the PostgreSQL-OCaml database library.
pgvector extension in PostgreSQL from OCaml flows.vector_ip_ops for inner product similarity.vector_cosine_ops for cosine distance similarity.example.ml.dune, dune-project) for building OCaml code.LICENSE.txt (see repository for exact terms).