π·οΈ Wallie the Web Weaver
Web Weaver π·οΈπΈοΈ
- πWeb Weaver takes in a URL (e.g articles from Medium, Guardian, ...) and perform Retrieval-Augmented Generation with provided data using LangChain.js chain in a Next.js project.
- πͺThe chain works in two steps:
- 1οΈβ£First, it rephrases the input question into a "standalone" question, dereferencing pronouns based on the chat history.
- 2οΈβ£Then, it queries the retriever for documents similar to the dereferenced question and composes an answer.
- πThis UI is a modified version of an open source project - you can see the source code and deploy your own version from the GitHub repo!
- πProvide me with an URL, click WEAVE WEBSITE, then try asking a question below!
- π‘Need an example? Try this article on LLM Powered Autonomous Agents and ask "What is task decomposition?"