Skip to content

Commit

Permalink
update: frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Aug 19, 2024
1 parent 9d07818 commit 506639d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/reference/gen_notebooks/parse_arxiv_papers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

---
title: Extracting Structured Data from Documents using Instructor and Weave
---

:::tip[This is a notebook]

Expand Down
6 changes: 6 additions & 0 deletions docs/notebooks/parse_arxiv_papers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"id": "922c59ab",
"metadata": {},
"source": [
"<!-- docusaurus_head_meta::start\n",
"---\n",
"title: Extracting Structured Data from Documents using Instructor and Weave\n",
"---\n",
"docusaurus_head_meta::end -->\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",
Expand Down

0 comments on commit 506639d

Please sign in to comment.