Skip to content

Commit

Permalink
nit: move o1 excel notebook (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu authored Sep 23, 2024
1 parent df72358 commit b677e52
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=\"https://colab.research.google.com/github/run-llama/llama_parse/blob/main/examples/o1_excel_rag.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/run-llama/llama_parse/blob/main/examples/excel/o1_excel_rag.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Advanced RAG with LlamaParse and Recursive Retrieval on Excel document.\n",
"# Advanced RAG with LlamaParse + OpenAI O1 on Excel\n",
"\n",
"This notebook provides reference to compare advanced RAG capabilities using LlamaParse with `o1-preview`, `o1-mini` and `gpt4o-mini` on Excel document.\n",
"This notebook provides a reference to compare advanced RAG capabilities using LlamaParse with `o1-preview`, `o1-mini` and `gpt4o-mini` on a sample Excel document.\n",
"\n",
"We will use `2Q 2024 Group databook - xls` file from [bp.com](https://www.bp.com/en/global/corporate/investors/results-reporting-and-presentations/financial-disclosure-framework/archive.html) for the demonstration.\n",
"\n",
Expand Down

0 comments on commit b677e52

Please sign in to comment.