GitHub - mlang/llm-embed-proxy: Proxy for similarity search over visited pages
llm-embed-proxy
A proxy that embeds every web page you visit and lets you run similarity searches.
Each successful HTTP GET 200 response (except for localhost) is re-fetched from pure.md to obtain clean Markdown.
The cleaned text is embedded through llm.
A minimal Flask UI provides search and cached-page views.
Installation
This is not a stand-alone program. It is a plugin for llm. If you are not using llm yet, install it with pipx first.
Now you can install this plugin:
llm install git+https:...
Read more at github.com