Skip to content

Commit fb57a36

Browse files
jefcodercforge42
authored andcommitted
update
1 parent 72def34 commit fb57a36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,8 @@ Simple RAG is your go-to tool for straightforward data retrieval and ingestion t
11311131

11321132

11331133
## Llama Index RAG (retrieval + ingestion)
1134-
Dive deep into this [notebook](./tools/rag/llama_index/llama_index.ipynb).
1134+
Dive deep into this [notebook](./tools/rag/llama_index/llama_index.ipynb).
1135+
11351136
In addition to the techniques above, the agent now integrates the Llama Index for even more advanced data retrieval and ingestion, enhancing its ability to work with complex datasets. Llama Index has been added as a default tool, so it is possible to customize the execution of ingestion and retrieval code by adding other parameters provided by the Llama Index documentation.
11361137

11371138
It supports bulk ingestion from directories, automatically processing multiple file formats—such as CSV, DOCX, EPUB, PDFs, images, notebooks, and more—to update the vector index. Whether you need to update your database with the latest market trends or extract nuanced insights, Llama Index empowers your agent to tackle diverse data challenges with precision.
@@ -1141,7 +1142,7 @@ It supports bulk ingestion from directories, automatically processing multiple f
11411142
11421143
11431144
## Llama Index Context Window RAG (retrieval + ingestion)
1144-
Dive deep into this [notebook](./tools/rag/llama_index_context_window/llama_index_context_window.ipynb).
1145+
Dive deep into this [notebook](./tools/rag/llama_index_context_window/llama_index_context_window.ipynb).
11451146
11461147
Llama Index Context Window RAG takes document retrieval to the next level by incorporating a dynamic context enrichment window into the Llama Index framework. This advanced tool enhances each text chunk with adjacent sentences, ensuring that retrieval outputs are not only highly relevant but also contextually complete.
11471148

0 commit comments

Comments
 (0)