Skip to content

Commit

Permalink
feat: ✨ 调整目录结构
Browse files Browse the repository at this point in the history
  • Loading branch information
enson0131 committed Jun 12, 2024
1 parent 6297014 commit cda63a1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
7 changes: 3 additions & 4 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,9 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
{ text: '构建可复用的 Prompt Template', link: 'ai/构建可复用的PromptTemplate' },
{ text: 'outputParser格式化输出构建内容', link: 'ai/OutputParser构建格式化输出' },
{ text: 'RAG 检索增强生成的流程', link: 'ai/RAG 检索增强生成的流程' },
{ text: 'RAG之加载数据', link: 'ai/RAG之加载数据' },
{ text: 'RAG之拆分数据', link: 'ai/RAG之拆分数据' },
{ text: 'RAG之embeding', link: 'ai/RAG之embeding' },
{ text: 'RAG之向量数据库', link: 'ai/RAG之向量数据库' },
{ text: 'Embedding之加载数据', link: 'ai/Embedding之加载数据' },
{ text: 'Embedding之拆分数据', link: 'ai/Embedding之拆分数据' },
{ text: 'Retriever之向量数据库', link: 'ai/Retriever之向量数据库' },
{ text: 'Retriever 常见的优化方式', link: 'ai/Retriever 常见的优化方式' },
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RAG 之加载数据
# Embedding 之加载数据

因为 RAG 本质是给 Chat Bot 额外挂在数据源,而数据源存在的形式是多种多样的,有可能是文件/网页/数据库/代码等等其情况。

Expand Down Expand Up @@ -103,7 +103,6 @@ const searchRes = await searchLoader.load();
![输出结果](./../../public/assets/ai/8.png)



# 参考文档
- https://js.langchain.com/v0.2/docs/how_to/document_loader_directory/
- https://js.langchain.com/v0.2/docs/integrations/document_loaders/web_loaders/searchapi
File renamed without changes.
Empty file.
File renamed without changes.

0 comments on commit cda63a1

Please sign in to comment.