mirror of
https://github.com/james-m-jordan/openai-cookbook.git
synced 2025-05-09 19:32:38 +00:00
Update Gen_QA.ipynb
This commit is contained in:
parent
66b988407d
commit
35f765e218
@ -236,7 +236,7 @@
|
||||
"\n",
|
||||
"## Building a Knowledge Base\n",
|
||||
"\n",
|
||||
"With open **2** the retrieval of relevant information requires an external _\"Knowledge Base\"_, a place where we can store and use to efficiently retrieve information. We can think of this as the external _long-term memory_ of our LLM.\n",
|
||||
"With option **2** the retrieval of relevant information requires an external _\"Knowledge Base\"_, a place where we can store and use to efficiently retrieve information. We can think of this as the external _long-term memory_ of our LLM.\n",
|
||||
"\n",
|
||||
"We will need to retrieve information that is semantically related to our queries, to do this we need to use _\"dense vector embeddings\"_. These can be thought of as numerical representations of the *meaning* behind our sentences.\n",
|
||||
"\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user