Skip to content

Commit 7d846e1

Browse files
authored
Merge pull request #57 from luhengshiwo/dev
更新star history
2 parents 547b9cb + 624cb38 commit 7d846e1

33 files changed

+11
-2
lines changed

07-第七章-Agent/干货-落地企业级RAG的实践指南.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
干货:落地企业级RAG的实践指南
22

3+
对于企业级数据,很多来自多种文档类型,例如 PDF、Word 文档、电子邮件和网页, 我们需要关注以下两个阶段:Load & Process,Split/Chunking
4+
35
## 1. 什么是RAG?
46
检索增强生成(Retrieval-Augmented Generation,简称 RAG)通过结合大型语言模型(LLM)和信息检索系统来提高生成文本的准确性和相关性.这种方法允许模型在生成回答之前,先从权威知识库中检索相关信息,从而确保输出内容的时效性和专业性,无需对模型本身进行重新训练.
57

draft/md/用红队测试(Red teaming)发现大模型应用的漏洞.md 08-第八章-大模型企业落地/大模型应用涌现出的新工作机会-红队测试Red-teaming.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
用红队测试(Red teaming)发现大模型应用的漏洞
1+
大模型应用涌现出的新工作机会-红队测试Red-teaming
22

33
## 1. 时事背景
44

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@
187187

188188
[大模型落地难点之结构化输出](08-第八章-大模型企业落地/大模型落地难点之结构化输出.md)
189189

190+
[大模型应用涌现出的新工作机会-红队测试Red-teaming](08-第八章-大模型企业落地/大模型应用涌现出的新工作机会-红队测试Red-teaming.md)
191+
190192
## 第九章-大模型评估指标
191193

192194
[大模型有哪些评估指标?](09-第九章-评估指标/大模型有哪些评估指标?.md)
@@ -207,4 +209,9 @@
207209

208210
[我是怎么通过2022下半年软考高级:系统架构设计师考试的](10-第十章-热点/我是怎么通过2022下半年软考高级:系统架构设计师考试的.md)
209211

210-
[用Exploit and Explore解决不知道吃什么的选择困难症](<10-第十章-热点/用Exploit-and-Explore解决不知道吃什么的选择困难症.md>)
212+
[用Exploit and Explore解决不知道吃什么的选择困难症](<10-第十章-热点/用Exploit-and-Explore解决不知道吃什么的选择困难症.md>)
213+
214+
215+
## Star History
216+
217+
[![Star History Chart](https://api.star-history.com/svg?repos=luhengshiwo/LLMForEverybody&type=Date)](https://star-history.com/#luhengshiwo/LLMForEverybody&Date)

0 commit comments

Comments
 (0)