Artificial Intelligence Integration & Impact
Using LangChainJS and Cloudflare Workers together

Using LangChainJS and Cloudflare Workers together

5/18/2023 · Ricky Robinett

What this post added

This post details the integration of LangChainJS with Cloudflare Workers, enabling developers to build AI-powered applications at the edge. It provides a step-by-step guide on setting up a Cloudflare Worker, installing LangChainJS, and using document loaders (specifically CheerioWebBaseLoader) to fetch and process web content. The post also introduces the concepts of text splitting for managing LLM input size and the role of embeddings and vector stores in understanding text relevance for LLM interactions.

Read the original post ↗