Skip to content

Clean up dead code: embed_texts and hybrid_search #4

Description

@adinschmidt

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions