LlamaIndex Integration (@qnsp/llamaindex-qnsp)
QNSP exposes an encrypted vector-store adapter for LlamaIndex backed by QNSP search and storage services.
LlamaIndex Integration (@qnsp/llamaindex-qnsp)
QNSP exposes an encrypted vector-store adapter for LlamaIndex backed by QNSP search and storage services.
Install
pnpm add @qnsp/llamaindex-qnsp llamaindex
Usage
import { QnspVectorStore } from "@qnsp/llamaindex-qnsp";
const store = new QnspVectorStore({
apiKey: process.env.QNSP_API_KEY!,
});
What it provides
- vector insertion and deletion
- encrypted search queries through QNSP search
- document persistence through QNSP storage
Authentication
The adapter activates through @qnsp/sdk-activation, derives tenant identity from the API key, and uses billing as the source of truth for availability and limits.