Explore Our Topics

Explore our Topics page to easily navigate the wide range of content available on our blog. This is your gateway to discovering the diverse conversations and ideas that our blog covers.

AI学习路线

磨刀不误砍柴工,先了解学什么,怎么学,再说开始学

self rag

self rag

自适应检索增强型RAG系统

我们探索了改进 RAG 的各种方法:更好的分块、添加上下文、转换查询、重新排名,甚至纳入反馈。但是,如果最好的技术取决于所问问题的类型呢?这就是自适应 RAG 背后的想法。 源代码 https://github.com/CrazyAndy/rag-all-techniques/blob/main/app/11_adaptive.py 我们在这里使用四种不同的策略: Factual Strategy: Focuses on retrieving precise fact...

rag基于用户反馈循环

rag基于用户反馈循环

上下文压缩

我们一直在添加越来越多的上下文、相邻块、生成的问题和整个片段。但有时, 少即是多 。

RSE

相关段提取

查询转换

将关注点放在查询问题本身上

文档增强

为chunk生成问题,提高文档召回率

context chunk header

如果最高评分的chunk仍然丢失重要信息怎么办

Context Enriched

上下文丰富感知

Semantic Chunking

根据语义切分字段

Simple RAG

Simple RAG

向量学习

向量学习

线性代数学习路线

线性代数学习路线

AI学习路线

磨刀不误砍柴工,先了解学什么,怎么学,再说开始学