mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
docs: complete the missing symbol * that should be paired in pinecone/Gen_QA.ipynb
This commit is contained in:
parent
0e3ec04447
commit
0421728133
@ -13,7 +13,7 @@
|
||||
"\n",
|
||||
"In this notebook we will learn how to query relevant contexts to our queries from Pinecone, and pass these to a generative OpenAI model to generate an answer backed by real data sources.\n",
|
||||
"\n",
|
||||
"A common problem with using GPT-3 to factually answer questions is that GPT-3 can sometimes make things up. The GPT models have a broad range of general knowledge, but this does not necessarily apply to more specific information. For that we use the Pinecone vector database as our _\"external knowledge base\"_ — like *long-term memory for GPT-3.\n",
|
||||
"A common problem with using GPT-3 to factually answer questions is that GPT-3 can sometimes make things up. The GPT models have a broad range of general knowledge, but this does not necessarily apply to more specific information. For that we use the Pinecone vector database as our _\"external knowledge base\"_ — like *long-term memory* for GPT-3.\n",
|
||||
"\n",
|
||||
"Required installs for this notebook are:"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user