Compare commits

...

1 Commits

Author SHA1 Message Date
Jerry Liu 29ae0ee89f cr 2024-03-19 00:27:06 -07:00
+4 -2
View File
@@ -4,9 +4,11 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Llama Parser <> LlamaIndex\n",
"# Advanced RAG with LlamaParse\n",
"\n",
"This notebook is a complete walkthrough for using `LlamaParse` for RAG applications with `LlamaIndex`.\n",
"<a href=\"https://colab.research.google.com/github/run-llama/llama_parse/blob/main/examples/demo_advanced.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>\n",
"\n",
"This notebook shows you how to use LlamaParse with our advanced markdown ingestion and recursive retrieval algorithms to model tables/text within a document hierarchically. This lets you ask questions over both tables and text.\n",
"\n",
"Note for this example, we are using the `llama_index >=0.10.4` version"
]