Skip to content

Commit

Permalink
fix(ai-gen): RAG workflow diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Jun 5, 2024
1 parent 3f17c9e commit 0e05b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notes/ComputerScience/Math/AIBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1960,6 +1960,8 @@ To improve the relevance and quality of a generative AI output,
you need to [improve the relevance and quality of the input](https://github.blog/2024-04-04-what-is-retrieval-augmented-generation-and-what-does-it-do-for-generative-ai):
"Quality in, quality out".
![Retrieval-Augmented Generation](./figures/RetrievalAugmentedGeneration.png 'Retrieval-Augmented Generation')
```python
from langchain_community.document_loaders import PyPDFLoader
from langchain_text_splitters import RecursiveCharacterTextSplitter
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e05b99

Please sign in to comment.