Use this file to discover all available pages before exploring further.
Cognis is feature-light by default. Every external integration — providers, vector stores, checkpoint backends, observability exporters — is feature-gated so the core crates compile with no network deps. Pick what you need; pay for nothing else.
InMemoryVectorStore, FakeEmbeddings, CachedEmbeddings, BatchedEmbeddings, the indexing pipeline, and the in-memory record manager are always available.
cognis = { version = "0.3", features = ["ollama"] }
cognis = { version = "0.3", features = ["openai"] }cognis-rag = { version = "0.3", features = ["vectorstore-faiss", "openai"] }
cognis = { version = "0.3", features = ["all-providers", "cache-sqlite"] }cognis-trace = { version = "0.3", features = ["langfuse"] }
cognis = { version = "0.3", features = ["openai"] }cognis-graph = { version = "0.3", features = ["postgres"] }cognis-trace = { version = "0.3", features = ["langfuse"] }