forked from ixartz/Astro-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" /> |