Fix typos in docs/docs/use_cases/question_answering/conversational_re… (#11709)

neccessary -> necessary
This commit is contained in:
Surav Shrestha 2023-10-12 20:01:52 +05:45 committed by GitHub
parent af9ce3c224
commit ac73154005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -435,7 +435,7 @@
" content=(\n", " content=(\n",
" \"Do your best to answer the questions. \"\n", " \"Do your best to answer the questions. \"\n",
" \"Feel free to use any tools available to look up \"\n", " \"Feel free to use any tools available to look up \"\n",
" \"relevant information, only if neccessary\"\n", " \"relevant information, only if necessary\"\n",
" )\n", " )\n",
")" ")"
] ]