Skip to main content

Module enterprise_knowledge

Module enterprise_knowledge 

Source
Expand description

Enterprise Knowledge Graphs - Business Domain Embeddings

This module provides specialized embeddings and analysis for enterprise knowledge graphs, including product catalogs, organizational knowledge, employee skill embeddings, and recommendation systems for business applications.

This is a thin facade over the focused companion modules. The EnterpriseKnowledgeAnalyzer struct is defined here so that its inherent methods can be split across companion modules, while all domain types are re-exported from:

The analyzer’s public methods live in enterprise_knowledge_analyzer and its private helpers, background tasks, and metrics live in enterprise_knowledge_analyzer_helpers.

Re-exports§

pub use crate::enterprise_knowledge_config::*;
pub use crate::enterprise_knowledge_customer::*;
pub use crate::enterprise_knowledge_employee::*;
pub use crate::enterprise_knowledge_engine::*;
pub use crate::enterprise_knowledge_product::*;

Structs§

EnterpriseKnowledgeAnalyzer
Enterprise knowledge graph analyzer and embedding generator