Creating AI Flashcards with WindSurf and DeepSeek: A Complete Guide

Creating AI Flashcards with WindSurf and DeepSeek: A Complete Guide

Today, I will reveal how to leverage cutting-edge AI technology to build a powerful AI flashcard application from scratch, boosting your learning efficiency. In this article, I will share my practical experiences without reservation, showcasing the charm of tools like WindSurf, DeepSeek API, and Tldraw, and guide you to create your own personalized smart flashcards! … Read more

Minimal LangGraph Tutorial 1: Natural Language and DB Interaction

Minimal LangGraph Tutorial 1: Natural Language and DB Interaction

Introduction With a single line of Cursor, develop a LangGraph program that can interact with any database, regardless of its structure! Preparation Download a copy of the LangGraph code, remember the location, and update to .cursorrules Prepare a .cursorrules file to store the following content Download the DB file and reference file main.py I provided, … Read more

LangGraph Tutorial: Finding Similar Content

LangGraph Tutorial: Finding Similar Content

Introduction People often ask me to look up a product name, but they want it to be semantically similar, not a fuzzy search. For example, if you input ladle, you hope to match spoon, scoop. We can use LangGraph + vector database to implement a small tool for approximate semantic matching. Preparation Download a copy … Read more