Interfaces
How you invoke the pipeline. All cover the same operations (Operations).- CLI Reference —
cognee-cli: subcommands, flags,config, retries, logging. - Language Bindings — Python / C / JavaScript SDKs (shared
bindings-common) + config-setter ergonomics. - HTTP Server Tools —
cognee-http-server: launch the binary or embed the library. Endpoint specs under HTTP Server Reference.
Backends
- Pluggable Backends — pluggable providers (LLM, embeddings, vector, graph, relational, storage, session, ontology, tokenizer) with their selecting config keys and rustdoc links.
Dev & ops tooling
- Observability — OpenTelemetry (OTLP tracing) and product analytics (opt-out product analytics).
- Logging — Configuration: logging.
- Visualization —
cognee-cli visualize(see CLI Reference);cognee-visualization. - Benchmarking — Mock benchmark (offline mock-LLM benchmark) and its design rationale.
- Build troubleshooting — Ladybug rebuilds.
- Releasing — Release process.