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

View File

@@ -435,7 +435,7 @@
" content=(\n",
" \"Do your best to answer the questions. \"\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",
")"
]