From 506639def3e35937c4a1cb582672dfb1a2e356cc Mon Sep 17 00:00:00 2001 From: Soumik Rakshit <19soumik.rakshit96@gmail.com> Date: Mon, 19 Aug 2024 03:31:36 +0000 Subject: [PATCH] update: frontmatter --- docs/docs/reference/gen_notebooks/parse_arxiv_papers.md | 4 +++- docs/notebooks/parse_arxiv_papers.ipynb | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/docs/reference/gen_notebooks/parse_arxiv_papers.md b/docs/docs/reference/gen_notebooks/parse_arxiv_papers.md index 2b658cf314b8..9b7e554998ff 100644 --- a/docs/docs/reference/gen_notebooks/parse_arxiv_papers.md +++ b/docs/docs/reference/gen_notebooks/parse_arxiv_papers.md @@ -1,4 +1,6 @@ - +--- +title: Extracting Structured Data from Documents using Instructor and Weave +--- :::tip[This is a notebook] diff --git a/docs/notebooks/parse_arxiv_papers.ipynb b/docs/notebooks/parse_arxiv_papers.ipynb index cd726166c516..e7230576c078 100644 --- a/docs/notebooks/parse_arxiv_papers.ipynb +++ b/docs/notebooks/parse_arxiv_papers.ipynb @@ -5,6 +5,12 @@ "id": "922c59ab", "metadata": {}, "source": [ + "\n", + "\n", "# Extracting Structured Data from Documents using Instructor and Weave\n", "\n", "LLMs are widely used in downstream applications which necessitates outputs to be structured in a consistent manner. This often requires the LLM-powered applications to parse unstructured documents (such as PDF files) and extract specific information structured according to a specififc schema.\n",