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

Latest commit

 

History

History

examples

Indexify TypeScript Client Examples

This directory contains various examples using Indexify Typescript Client

Install dependencies

npm install

Use OpenAI to answer questions about Kevin Durant based on context from Wikipedia in this RAG example.

npm run openai-rag

Langchain retriever example for RAG for answering basic question from a piece of content.

npm run langchain-rag

Example extracting content directly from an extractor using Indexify Client

npm run extract-content