Skip to content

Commit

Permalink
Add LCEL 1
Browse files Browse the repository at this point in the history
  • Loading branch information
169 committed Apr 23, 2024
1 parent ef59370 commit 0d99a7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added public/assets/images/lcel1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/pages/posts/lcel1.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: '@/templates/BasePost.astro'
title: 深入学习Langchain表达式语言(LCEL)(一)
description: 我将分成三节深入解析LCEL,第一节先从基础用法讲起,然后介绍一些高阶用法,最后一节介绍实现它的Python技术细节
pubDate: 2024-04-23T12:00:00Z
imgSrc: '/assets/images/lcel1.png'
imgAlt: 'lcel-1'
---

我将分成三节深入解析LCEL,第一节先从基础用法讲起,然后介绍一些高阶用法,最后一节介绍实现它的Python技术细节。这是第一篇从基本用法和合并操作符开始讲起。

import { YouTube } from 'astro-embed'

<YouTube id="i2WFin9NnwI" />

0 comments on commit 0d99a7b

Please sign in to comment.