The lance-index crate has grown too large. I think we'd like to eventually move towards a model where each index type is in its own crate. To start this process we should move the core index concepts (traits, common types, etc.) into a lance-index-core crate. This crate should not need to depend on datafusion and, the lance crate we should really depend on would maybe be lance-core for the error/result types.
The lance-index crate has grown too large. I think we'd like to eventually move towards a model where each index type is in its own crate. To start this process we should move the core index concepts (traits, common types, etc.) into a lance-index-core crate. This crate should not need to depend on datafusion and, the lance crate we should really depend on would maybe be lance-core for the error/result types.