{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "3b0435cb",
"metadata": {},
"source": [
"# Question answering using embeddings-based search\n",
"\n",
"GPT excels at answering questions, but only on topics it remembers from its training data.\n",
"\n",
"What should you do if you want GPT to answer questions about unfamiliar topics? E.g.,\n",
"- Recent events after Sep 2021\n",
"- Your non-public documents\n",
"- Information from past conversations\n",
"- etc.\n",
"\n",
"This notebook demonstrates a two-step Search-Ask method for enabling GPT to answer questions using a library of reference text.\n",
"\n",
This file has been truncated. show original