@qnsp/llamaindex-qnsp
v0.2.5
Published
LlamaIndex adapters for QNSP — encrypted vector store and document storage backed by QNSP search and storage services.
Downloads
702
Maintainers
Readme
@qnsp/llamaindex-qnsp
LlamaIndex adapter for QNSP encrypted search and storage.
Install
pnpm add @qnsp/llamaindex-qnsp llamaindexUsage
import { QnspVectorStore } from "@qnsp/llamaindex-qnsp";
const store = new QnspVectorStore({
apiKey: process.env.QNSP_API_KEY!,
});The package activates through @qnsp/sdk-activation, resolves the tenant from the API key, and uses QNSP billing limits as the source of truth.
Docs: https://docs.qnsp.cuilabs.io/sdk/llamaindex-qnsp
