Skip to content

Commit

Permalink
Rag 2
Browse files Browse the repository at this point in the history
  • Loading branch information
169 committed Jan 10, 2024
1 parent 12cb2be commit ef59370
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Binary file added public/assets/images/rag-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/pages/posts/rag-2.mdx
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

0 comments on commit ef59370

Please sign in to comment.