Add Plasmate integration#467
Open
dbhurley wants to merge 1 commit intodeepset-ai:mainfrom
Open
Conversation
Plasmate is an open-source (Apache 2.0) browser engine for AI agents that produces the Semantic Object Model (SOM) — a flat, typed JSON document representing a web page in a form optimized for LLM consumption. This integration adds PlasmateWebFetcher and PlasmateSOMConverter components for Haystack 2.0 RAG pipelines as a drop-in alternative to LinkContentFetcher and HTMLToDocument, with ~17x average token reduction across the public WebTaskBench benchmark. Reopening the redirect from deepset-ai/haystack#11056 (closed Apr 13 with @anakin87 suggesting this venue). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the Plasmate integration to the showcase.
Following @anakin87's suggestion in deepset-ai/haystack#11056 — that PR proposed a
PlasmateFetcherdirectly inside the Haystack core, which @anakin87 redirected here. The integration package itself already lives atplasmate-labs/haystack-plasmate(Haystack 2.0 components:PlasmateWebFetcherandPlasmateSOMConverter).What Plasmate is
Open-source (Apache 2.0) browser engine that produces the Semantic Object Model (SOM) — a flat, typed JSON representation of a web page optimized for LLM consumption. Drop-in alternative to
LinkContentFetcher/HTMLToDocumentthat delivers an order of magnitude lower token cost per page.Public benchmark (38 sites, weekly updated): https://webtaskbench.com — currently 29.6× average compression, 9.8× median, 118.5× peak (cloud.google.com).
Files changed
integrations/plasmate.md— integration markdown matching the existing pattern (apify.md, anthropic.md, etc.) with Overview / Installation / Components / RAG pipeline example / License sections.Logo
/logos/plasmate.pngis referenced but not added in this PR. Happy to add it in a follow-up commit if you let me know your size/format preference (most existing logos look like ~512px PNG with transparency). Or feel free to drop one in directly.Thanks for the steer to the right venue.