Skip to content

TinySearch v0.6.0

Choose a tag to compare

@MarcellM01 MarcellM01 released this 19 Aug 11:32
· 2 commits to main since this release

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.6.0

Added

  • Bounded related-links extraction on HTML scrapes: scrape_urls now returns
    up to scrape_max_links candidate links (default 8), BM25+embedding-ranked
    against the query when one is given, or in page order otherwise. TinySearch
    never follows these automatically — the caller selects and re-scrapes.
  • Optional external browser support via Chrome DevTools Protocol, for
    attaching to an already-running Chrome instance instead of launching one.

Fixed

  • ZeroDivisionError in the link BM25 pre-filter when a link-dense page's
    candidates (e.g. image-only navigation) all tokenize to empty text/context.
  • Dockerfile now runs apt-get upgrade so base-image CVEs get picked up.