Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2-Document_QnA_with_ask.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"\n",
"In this notebook, we will learn how to use the Box AI API `/ask` endpoint to ask questions from a single file in Box. Specifically, we will have access to a PDF file containing federal policy information for the US Parole Commission.\n",
"\n",
"## Prequisites\n",
"## Prerequisites\n",
"\n",
"You must have completed the Setup notebook first. This will create all of the Box objects, folders, and files that you need, and will have created an environment file to help you get started and import all the libraries you will need.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion 3-Hub_QnA_with_ask.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"\n",
"In this notebook, we will learn how to use the Box AI API `/ask` endpoint with a Box Hub to ask questions across a curated list of files in Box. Specifically, we will have access to a a series of documents related to a clinical drug trial. \n",
"\n",
"## Prequisites\n",
"## Prerequisites\n",
"\n",
"You must have completed the Setup notebook first. This will create all of the Box objects, folders, and files that you need, and will have created an environment file to help you get started and import all the libraries you will need.\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions 4-Flexible_extraction_with_extract copy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"\n",
"In this notebook, we will learn how to use the Box AI API `/extract` endpoint to extract key/value pairs from a single file in Box. In this exercise, we will be using a PDF containing a W-2 form.\n",
"\n",
"## Prequisites\n",
"## Prerequisites\n",
"\n",
"You must have completed the Setup notebook first. This will create all of the Box objects, folders, and files that you need, and will have created an environment file to help you get started and import all the libraries you will need.\n",
"\n",
Expand Down Expand Up @@ -121,7 +121,7 @@
"\n",
"ai_response = client.ai.create_ai_extract(\n",
" prompt,\n",
" [AiItemBase(id=file.id)],\n",
" [AiItemBase(id=file_id)],\n",
")\n",
"\n",
"print (ai_response.answer)"
Expand Down
2 changes: 1 addition & 1 deletion 5-Structured_extraction_with_extract_structured copy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"\n",
"In this notebook, we will learn how to use the Box AI API `/extract_structured` endpoint to extract key/value pairs from files in Box based on a pre-configured Box Metadata template. The files we will be using are 5 invoices. \n",
"\n",
"## Prequisites\n",
"## Prerequisites\n",
"\n",
"You must have completed the Setup notebook first. This will create all of the Box objects, folders, and files that you need, and will have created an environment file to help you get started and import all the libraries you will need.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion 6-Box_agents_and_AI_APIs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"\n",
"We will also show you how to call a Box AI Studio agent from the Box AI API `/ask` endpoint from a single file. For this, we will analyze a due dilligence document.\n",
"\n",
"## Prequisites\n",
"## Prerequisites\n",
"\n",
"You must have completed the Setup notebook first. This will create all of the Box objects, folders, and files that you need, and will have created an environment file to help you get started and import all the libraries you will need.\n",
"\n",
Expand Down