Home

Awesome

Web RAG -- Retrieval-Augmented Generation from Web content

An extension for Oobabooga's Text-Generation Web UI

UI extensions

There are two kinds of retrieval: Manual and Auto.

Manual -- Enter the key text (default is 'get') followed by a URL. It will be retrieved and added to the context of all further prompts.

You can collect multiple pages:

Auto -- When auto key is matched (default is 'web,'), the key is removed from the prompt, then the prompt is passed to a search engine, the reply is inserted into the context, then the prompt is processed normally. The context will be kept for following prompts.

There are fields in the UI to set the keyword, url template, etc. The prompt is url-encoded and inserted into the url template.

Notes