OCaml bindings to the Typesense embeddings search API
at main 14 lines 504 B view raw
1(*--------------------------------------------------------------------------- 2 Copyright (c) 2025 Anil Madhavapeddy. All rights reserved. 3 SPDX-License-Identifier: ISC 4 ---------------------------------------------------------------------------*) 5 6(** Typesense authentication library. 7 8 This library provides authentication support for the Typesense API client, 9 with profile-based session management. *) 10 11module Session = Session 12module Client = Client 13module Cmd = Cmd 14module Error = Error