From 4538c129af429b7f4ae2a8e42dac335cd10512df Mon Sep 17 00:00:00 2001 From: Santiago Olivar Date: Fri, 16 Feb 2024 00:15:09 -0800 Subject: [PATCH] include better resource mention --- _posts/2024-02-15-Intro-to-LlamaIndex-and-RAGs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/2024-02-15-Intro-to-LlamaIndex-and-RAGs.md b/_posts/2024-02-15-Intro-to-LlamaIndex-and-RAGs.md index d01d69c..6eb2a7b 100644 --- a/_posts/2024-02-15-Intro-to-LlamaIndex-and-RAGs.md +++ b/_posts/2024-02-15-Intro-to-LlamaIndex-and-RAGs.md @@ -5,6 +5,8 @@ categories: [LlamaIndex, Learning] tags: [RAGs, LlamaIndex] --- +This post is my summarized interpretation of what I read in the [**LlamaIndex documentation**](https://docs.llamaindex.ai/en/stable/index.html). + ## What is LlamaIndex? LlamaIndex provides abstractions to make the ingestion, structuring, and access of data more straightforward, enabling seamless integration into Large Language Models (LLMs) for more accurate text generation.