cognee-search 0.1.3

Context retrieval (search) over the cognee knowledge graph and vector store.
1
2
3
4
5
6
7
8
9
//! Semantic attribute constant names for cognee search telemetry.
//!
//! The canonical declarations live in
//! [`cognee_utils::tracing_keys`](../../utils/src/tracing_keys.rs) so
//! adapter and search call sites import the same constants. This
//! module re-exports them as a backwards-compat alias for existing
//! `cognee_search::observability::COGNEE_*` users.

pub use cognee_utils::tracing_keys::*;