Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

tensorlakeai/indexify-typescript-client

Folders and files

NameName
Last commit message
Last commit date
Apr 30, 2024
May 16, 2024
Jul 25, 2024
Aug 7, 2024
Jul 12, 2024
Apr 10, 2024
Apr 30, 2024
May 16, 2024
Feb 21, 2024
Aug 7, 2024
Aug 7, 2024
Feb 21, 2024
Feb 21, 2024

Repository files navigation

Indexify TypeScript Client

npm version

Installation

This is the TypeScript client for interacting with the Indexify service.

To install it, simply run:

npm install getindexify

To initialize a client run the following

import { IndexifyClient } from "getindexify";

const client = await IndexifyClient.createClient();

Usage

See the getting started guide on how to use Indexify.

Examples

You can find various examples in our repo located here.