Skip to content

Commit

Permalink
[no ci] minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed May 10, 2023
1 parent 28c47a2 commit 240c128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/text/question_answering_with_openai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"source": [
"#### Let's submit a query\n",
"\n",
"The `GenerativeQA` module will return an answer with citations to documents in your index (in our case, there is only one). The `GenerativeQA` model is a simple wrapper to the `paper-qa` package. By default, citations are in the form of MD5 hashes of the text supplied as input. You can supply custom citations and citation keys by supplying the `citation` and `key` parameters to `add_doc`."
"The `GenerativeQA` module will return an answer with citations to documents in your index (in our case, there is only one). By default, citations are in the form of MD5 hashes of the text supplied as input. You can supply custom citations and citation keys by supplying the `citation` and `key` parameters to `add_doc`. The `citation` values will be included in the **References** section and the `key` values will be included in the body of the answer."
]
},
{
Expand Down

0 comments on commit 240c128

Please sign in to comment.