Skip to main content

Crate sphereql_embed

Crate sphereql_embed 

Source
Expand description

Vector embedding projection engine.

Projects high-dimensional embeddings onto S² via PCA, kernel PCA, or random projection, then provides a query pipeline for k-NN search, similarity thresholds, concept paths, glob detection, local manifold fitting, and category-level enrichment (inter-category graph, bridge detection, hierarchical concept paths).

Re-exports§

pub use category::*;
pub use kernel_pca::*;
pub use mapper::*;
pub use pipeline::*;
pub use projection::*;
pub use query::*;
pub use types::*;

Modules§

category
kernel_pca
mapper
pipeline
projection
query
types