@cognee/cognee-ts provides Node.js bindings for the
cognee-rs AI-memory SDK, built with
Neon. It is published on npm as
@cognee/cognee-ts.remember (ingest + extract in one call) →
recall (source-aware retrieval). These wrap the lower-level
add → cognify → search stages, which remain available when you
need finer control.
Installation
Quick start
init() call, the Cognee constructor, and the remember / recall
pair. The pages below cover each in depth.
Next Steps
Configuration
Constructor settings, the
c.config setters, and every environment variable the SDK reads.Memory API
remember, recall, improve, forget, and rememberEntry.Resource Managers
Datasets, sessions, notebooks, and user / pipeline-run admin.
Legacy Pipeline Operations
Staged
add → cognify → search control, plus memify.Runtime and Observability
Runtime lifecycle, logging, and telemetry setup.
Cognee Cloud
Connect a local SDK to Cognee Cloud with
serve and disconnect.@cognee/cognee-ts on npm
Package page, versions, and the full README with runnable examples.
Rust SDK
The underlying cognee-rs engine and its CLI.