From b677e5226de2da2a7becd05bd15615e138d98e9f Mon Sep 17 00:00:00 2001 From: Jerry Liu Date: Mon, 23 Sep 2024 10:51:51 -0700 Subject: [PATCH] nit: move o1 excel notebook (#414) --- examples/{ => excel}/o1_excel_rag.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename examples/{ => excel}/o1_excel_rag.ipynb (98%) diff --git a/examples/o1_excel_rag.ipynb b/examples/excel/o1_excel_rag.ipynb similarity index 98% rename from examples/o1_excel_rag.ipynb rename to examples/excel/o1_excel_rag.ipynb index 684e6de..304f297 100755 --- a/examples/o1_excel_rag.ipynb +++ b/examples/excel/o1_excel_rag.ipynb @@ -4,16 +4,16 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "\"Open" + "\"Open" ] }, { "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",