Team members
lauragift21 avatar

lauragift21 started a new project

cf-madlibs-game

Cloudy MadLib Game

Cloudy Madlibs is a fun, interactive game that revitalizes the classic word game experience with a tech-savvy twist. Aimed at both developers and word-game enthusiasts, this game invites players to craft hilarious and unexpected stories by filling in the blanks with their own words.

kristianfreeman avatar

kristianfreeman started a new project

cloudflare-retrieval-augmented-generation-example

cloudflare-retrieval-augmented-generation-example

This repo shows how to build a Retrieval Augmented Generation (RAG) application using Cloudflare Workers AI. It uses Cloudflare Workflows, D1, and Vectorize to store notes that can be used to generate context for the RAG model. You can then use Cloudflare AI's Llama-based models, or Anthropic Claude to generate responses.

kristianfreeman avatar

kristianfreeman started a new project

d1-memory-langchainjs-example

Example application showing how to use a Langchain chain with a Cloudflare D1-driven memory store.

The relevant code can be found in worker.js. Note that the Langchain integration will instantiate a new table and manage it for you -- all you need to do is set up your own D1 database with relevant database_id, as seen in wrangler.toml: