TinySearch v0.4.0 #22
MarcellM01
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
TinySearch 0.4.0 makes local-first, token-efficient web research easier to
install, run, and integrate. Search, crawling, embeddings, and hybrid reranking
turn webpages into compact, source-grounded evidence without requiring a paid
search API.
What changed
tinysuite-searchwith a proper Python API and optional
[server]dependencies.uvx, or usetinysearch servefor Streamable HTTP.tinysearch setupprepares Chromium and the local ONNXmodel;
tinysearch doctorchecks runtime readiness.tinysearch_config.jsoncontrolssearch backends, embeddings, crawling, concurrency, ranking, and token
budgets.
and scraping pipelines, source attribution, and stable result schema.
deduplication, and source quotas keep evidence focused and reduce context.
Brave fallback.
Python 3.12–3.14, with patched pypdf, MCP, and Crawl4AI dependencies.
Upgrade notes
The package is now named
tinysuite-search, server dependencies use the[server]extra, and the primary configuration file istinysearch_config.json. Refresh cached MCP tool schemas after upgrading.Full changelog: v0.3.2...v0.4.0
This discussion was created from the release TinySearch v0.4.0.
All reactions