Skip to content

Commit 72198da

Browse files
committed
add ToC
1 parent 1860680 commit 72198da

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,7 @@ In Progress
4545

4646
## 03. Retrieval Augmented Generation
4747

48-
Retrieval Augmented Generation (RAG) is an advanced NLP technique that enhances the quality and reliability of Large Language Models (LLMs) by grounding them in external knowledge sources. This approach combines information retrieval with text generation to produce more factual and specific responses. RAG works by retrieving relevant passages from a knowledge base based on a user query, augmenting the original prompt with this information, and then generating a response using both the query and the augmented context. This method offers several advantages, including improved accuracy, easy incorporation of updated knowledge, and enhanced interpretability through citation of retrieved passages.
49-
50-
In this notebook, we'll build a basic knowledge base with exemplary documents, apply chunking, index the embedded splits into a vector storage, and build a conversational chain with history.
51-
52-
<p align="center">
53-
<img src="./static/rag_chunking.png" width="400">
54-
</p>
55-
<p align="center">Exemplary Document Chunking for a RAG-based Conversational Chain</p>
56-
57-
`RAG` `Chunking` `FAISS` `LangChain`
48+
In Progress
5849

5950
## 04. Knowledge Graphs
6051

0 commit comments

Comments
 (0)