LlamaIndex Integration (@heossi/qnsi-llamaindex-qnsp)

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

LlamaIndex Integration (@heossi/qnsi-llamaindex-qnsp)

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

Install

pnpm add @heossi/qnsi-llamaindex-qnsp llamaindex

Usage

import { QnspVectorStore } from "@heossi/qnsi-llamaindex-qnsp";

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

What it provides

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

Authentication

The adapter activates through @heossi/qnsi-sdk-activation, derives tenant identity from the API key, and uses billing as the source of truth for availability and limits.