Skip to main content

Module joint_embedding_spaces

Module joint_embedding_spaces 

Source
Expand description

Joint Embedding Spaces for Cross-Modal Vector Search — thin facade module.

This module implements advanced joint embedding spaces that enable:

  • CLIP-style text-image alignment
  • Cross-modal attention mechanisms
  • Contrastive learning for alignment
  • Multi-modal fusion strategies
  • Domain adaptation and transfer learning

The implementation lives in sibling modules:

Re-exports§

pub use crate::joint_embedding_spaces_aligner::*;
pub use crate::joint_embedding_spaces_transfer::*;
pub use crate::joint_embedding_spaces_types::*;