Skip to main content
The ways to drive cognee-rust, the backends it runs on, and the supporting dev/ops tooling.

Interfaces

How you invoke the pipeline. All cover the same operations (operations.md).
  • cli.mdcognee-cli: subcommands, flags, config, retries, logging.
  • bindings.md — Python / C / JavaScript SDKs (shared bindings-common) + config-setter ergonomics.
  • http-server.mdcognee-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