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:
enterprise_knowledge_config: analyzer and recommendation configuration.enterprise_knowledge_product: product, category, and sales types.enterprise_knowledge_employee: employee, skill, organizational, and project types.enterprise_knowledge_customer: customer, purchase, preference, and recommendation types.enterprise_knowledge_engine: recommendation engine, market analysis, and enterprise metrics types.
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§
- Enterprise
Knowledge Analyzer - Enterprise knowledge graph analyzer and embedding generator