//! Search strategies provide a generic way for Retrievers to implement their
//! search in various ways.
//!
//! The strategy is also yielded to the Retriever and can contain addition configuration
pub const DEFAULT_TOP_K: u64 = 10;
pub const DEFAULT_TOP_N: u64 = 10;
pub use *;
pub use *;
// When no filters are applied
// Lancedb uses a string filter