Use our powerful Javascript SDK
Our Javascript SDK is the easiest way to take advantage of Relevance AI.
npm i @relevanceai/sdk
Then import the Discovery client, and optionally our Query Builder for simplifying search requests:
import { DiscoveryClient, QueryBuilder } from "@relevanceai/sdk"
Read more about the SDK on Github.