Interfaces
How you invoke the pipeline. All cover the same operations (operations.md).- cli.md —
cognee-cli: subcommands, flags,config, retries, logging. - bindings.md — Python / C / JavaScript SDKs (shared
bindings-common) + config-setter ergonomics. - http-server.md —
cognee-http-server: launch the binary or embed the library. Endpoint specs under ../http-server/.
Backends
- backends.md — pluggable providers (LLM, embeddings, vector, graph, relational, storage, session, ontology, tokenizer) with their selecting config keys and rustdoc links.
Dev & ops tooling
- Observability — ../observability/opentelemetry.md (OTLP tracing) and ../observability/send_telemetry.md (opt-out product analytics).
- Logging — ../configuration.md#logging.
- Visualization —
cognee-cli visualize(see cli.md);cognee-visualization. - Benchmarking — ../performance/mock-benchmark.md (offline mock-LLM benchmark) and its design rationale.
- Build troubleshooting — ../build/lbug-rebuilds.md.
- Releasing — ../RELEASE.md.