Skip to main content
Home

Built and signed on GitHub Actions

LlamaIndex is a data framework for your LLM applications

This package works with Cloudflare Workers, Node.js, Deno, Bun
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
29%
Published
a year ago (0.3.17)
No docs found.
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@llamaindex/core

Import symbol

import * as core from "@llamaindex/core";
or

Import directly with a jsr specifier

import * as core from "jsr:@llamaindex/core";

Add Package

pnpm i jsr:@llamaindex/core
or (using pnpm 10.8 or older)
pnpm dlx jsr add @llamaindex/core

Import symbol

import * as core from "@llamaindex/core";

Add Package

yarn add jsr:@llamaindex/core
or (using Yarn 4.8 or older)
yarn dlx jsr add @llamaindex/core

Import symbol

import * as core from "@llamaindex/core";

Add Package

vlt install jsr:@llamaindex/core

Import symbol

import * as core from "@llamaindex/core";

Add Package

npx jsr add @llamaindex/core

Import symbol

import * as core from "@llamaindex/core";

Add Package

bunx jsr add @llamaindex/core

Import symbol

import * as core from "@llamaindex/core";