We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b8d2a commit e255b80Copy full SHA for e255b80
3 files changed
rust/lance/src/index.rs
@@ -68,6 +68,7 @@ use vector::utils::get_vector_type;
68
mod api;
69
pub(crate) mod append;
70
mod create;
71
+pub mod distributed_training;
72
pub mod frag_reuse;
73
pub mod mem_wal;
74
pub mod prefilter;
0 commit comments