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
22 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,22 @@ | ||
--- | ||
layout: '@/templates/BasePost.astro' | ||
title: 详解RAG(2/2) | ||
description: 使用Langchain传统和LCEL2种方案显示如何实现RAG,并介绍在开源世界RAG的实践 | ||
pubDate: 2024-01-10T12:00:00Z | ||
imgSrc: '/assets/images/rag-2.png' | ||
imgAlt: 'rag-2' | ||
--- | ||
|
||
这小节会使用Langchain传统和LCEL2种方案显示如何实现RAG,并介绍在开源世界RAG的实践。视频如下: | ||
|
||
import { YouTube } from 'astro-embed' | ||
|
||
<YouTube id="E09j2jcBT2w" /> | ||
|
||
### 相关链接 | ||
|
||
* https://github.com/169/ai-snippets | ||
* https://github.com/danswer-ai/danswer | ||
* https://github.com/Mintplex-Labs/anything-llm | ||
* https://github.com/langgenius/dify | ||
* https://github.com/StanGirard/quivr |