LlamaIndex Integration (@heossihq/qnsi/llamaindex)

QNSI exposes an encrypted vector-store adapter for LlamaIndex backed by QNSI search and storage services.

LlamaIndex Integration (@heossihq/qnsi/llamaindex)

QNSI exposes an encrypted vector-store adapter for LlamaIndex backed by QNSI search and storage services.

Install

pnpm add @heossihq/qnsi llamaindex

Usage

import { QnsiVectorStore } from "@heossihq/qnsi/llamaindex";

const store = new QnsiVectorStore({
	apiKey: process.env.QNSI_API_KEY!,
});

What it provides

  • vector insertion and deletion
  • encrypted search queries through QNSI search
  • document persistence through QNSI storage

Authentication

The adapter uses the activation client bundled in @heossihq/qnsi, derives tenant identity from the API key, and uses billing as the source of truth for availability and limits.