LLM Data Integration Framework
3.1k 2026-04-13
run-llama/LlamaIndexTS
A deprecated JavaScript/TypeScript data framework designed to integrate custom data with large language models across various JS runtime environments.
Core Features
Facilitates integration of private data with LLMs
Supports multiple JavaScript runtimes (Node.js, Deno, Bun, etc.)
Offers compatibility with a wide range of LLM providers
Provides TypeScript support for robust development
Quick Start
npm install llamaindexDetailed Introduction
LlamaIndex.TS was a lightweight data framework for JavaScript and TypeScript environments, enabling developers to seamlessly connect their proprietary data with large language models like OpenAI, Anthropic, and Llama. It supported diverse runtimes including Node.js, Deno, and Bun, aiming to simplify the creation of LLM-powered applications. However, this project is now deprecated and no longer maintained. Users are advised to refer to the Python-based LlamaCloud/LlamaParse documentation for current solutions.