Langchain相关组件的使用 Use of Langchain-related components

2025-12-08 12:00:00
介绍Langchain的安装和核心组件Prompt,Model,OutputParser的使用以及LCEL表达式和回调概念 Introduction to the installation of Langchain and the usage of core components Prompt, Model, OutputParser, as well as the concept of LCEL expressions and callbacks

LangChain框架简介 Introduction of LangChain Framework

2025-12-01 12:00:00
介绍LLM开发的背景,为什么会有LangChain,该框架基本概念,相关优点以及核心组件 Introduction to LLM Development: Background, Why LangChain Emerged, Basic Concepts, Advantages, and Core Components

训练CNN模型下五子棋 Training a CNN Model for Gomoku

2025-11-17 12:00:00
训练一个CNN模型对当前五子棋盘面评估并预测下一步,并对模型进行评估优化 Train a CNN model to evaluate the current Gomoku board state and predict the next move, and further evaluate and optimize the model.

Langchain4j的概念和使用 Concept and Usage of Langchain4j

2025-10-15 12:00:00
介绍langchain4j的相关基本概念(定义、特点、使用场景)以及使用示例的代码,并于springai进行对比 An introduction to the basic concepts of langchain4j (including its definition, features, and use cases), along with code examples demonstrating its usage, and a comparison with Spring AI.

升级网页AI知识库聊天机器人 Upgrade Web AI Knowledge Base Chatbot

2025-09-01 23:00:00
使用SpringAI+SSE等技术重构了原来的聊天机器人,实现更快的加载、更准确的回复、以及更合理的架构设计 Refactored the original chatbot using technologies like SpringAI and SSE to achieve faster loading, more accurate responses, and a more reasonable architectural design.