Browse Source

Generating answers with source citations

pull/75/head
Palanikumar Ravichandran 4 months ago
parent
commit
56df4b8def
  1. 2
      week5/community-contributions/day5 - generating answers with citations.ipynb

2
week5/community-contributions/day5 - generating answers with citations.ipynb

@ -8,7 +8,7 @@
"# Generating answers with source citations\n", "# Generating answers with source citations\n",
"### This Notebook contains a sample showing how to generate answers with inline & end of the answer citations pointing to the original source document used to answer the question\n", "### This Notebook contains a sample showing how to generate answers with inline & end of the answer citations pointing to the original source document used to answer the question\n",
"<div class=\"alert alert-block alert-warning\">\n", "<div class=\"alert alert-block alert-warning\">\n",
"<h4><u>Prerequesite:</u> Please run the <a href=\"../day5.ipynb\" >Day 5 notebook</a> to generate the vector before executing this notebook</h4>\n", "<h4><u>Prerequisite:</u> Please run the <a href=\"../day5.ipynb\" >Day 5 notebook</a> to create & populate the vector database before executing this notebook</h4>\n",
"</div>\n", "</div>\n",
"\n", "\n",
" " " "

Loading…
Cancel
Save