knowledge-base 0.2.1
Install from the command line:
Learn more about npm packages
$ npm install @nebutra/knowledge-base@0.2.1
Install via package.json:
"@nebutra/knowledge-base": "0.2.1"
About this version
Status: WIP — product cognition layer over existing retrieval and ingestion primitives.
@nebutra/knowledge-base owns connector sync state, four memory classes,
entity/relation graph records, citations, and explainable tenant-scoped search.
It does not own chunking, embedding, vector storage, parser routing, or model
execution.
pnpm kb:doctor
pnpm kb:debug
pnpm kb:sync <connector>
pnpm kb:stats
pnpm kb:explain <query>Executable examples live under examples/:
ingest-company-context.tsconnector-sync.tsfounder-brief-query.ts