Summary
There are currently unused public APIs with #[allow(dead_code)]:
embed_texts in src/embeddings.rs
hybrid_search in src/lancedb.rs
Proposed change
- Either:
- remove these functions, or
- wire them into the CLI (e.g. batch embeddings, optional hybrid search mode).
Acceptance criteria
- No
#[allow(dead_code)] needed for these items
- Behavior is documented (CLI help or README) if kept
Summary
There are currently unused public APIs with
#[allow(dead_code)]:embed_textsinsrc/embeddings.rshybrid_searchinsrc/lancedb.rsProposed change
Acceptance criteria
#[allow(dead_code)]needed for these items