INNER CODE UNIT · Python

SearchResult

yurijmikhalevich/rclip · rclip/main.py:70

  class SearchResult(NamedTuple):
    filepath: str
    score: float

  class ImageCursor(NamedTuple):
    modified_at: float
    filepath: str

  class ImagePage(NamedTuple):
    filepaths: list[str]
    next_cursor: "RClip.ImageCursor | None"

  def __init__(
    self,
    model_instance: model.Model,
    database: db.DB,
    indexing_batch_size: int,
    exclude_dirs: Optional[List[str]],

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…