Expand description
ailake-core — shared type system
No I/O, no async, no external deps beyond serde/uuid/thiserror/half. Every other crate depends on this one. This crate depends on nothing internal.
Re-exports§
pub use error::AilakeError;pub use error::AilakeResult;pub use schema::llm_columns;pub use schema::LlmContextSchema;pub use schema::PQConfig;pub use schema::RaBitQConfig;pub use schema::VectorStoragePolicy;pub use types::ByteLen;pub use types::ByteOffset;pub use types::Centroid;pub use types::Dim;pub use types::RowId;pub use types::VectorMetric;pub use types::VectorPrecision;