Skip to content

Commit

Permalink
docu: RAG
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed Nov 8, 2024
1 parent e7763cc commit cd3ba0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/tutorials/7-rag.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ Here is a simplified diagram of the retrieval stage:
[![](/img/rag-retrieval.png)](/tutorials/rag)


### RAG Flavours in LangChain4j
## RAG Flavours in LangChain4j

LangChain4j offers three flavors of RAG:
- Easy RAG: the easiest way to start with RAG
- Naive RAG: a basic implementation of RAG using vector search
- Advanced RAG: a modular RAG framework that allows for additional steps such as
- [Easy RAG](/tutorials/rag/#easy-rag): the easiest way to start with RAG
- [Naive RAG](/tutorials/rag/#naive-rag): a basic implementation of RAG using vector search
- [Advanced RAG](/tutorials/rag/#advanced-rag): a modular RAG framework that allows for additional steps such as
query transformation, retrieval from multiple sources, and re-ranking


Expand Down

0 comments on commit cd3ba0d

Please sign in to comment.