From e61b528c0ee901f0e050ecf2efcaf2ea05ecb8ca Mon Sep 17 00:00:00 2001 From: Surav Shrestha Date: Thu, 12 Oct 2023 20:02:23 +0545 Subject: [PATCH] =?UTF-8?q?Fix=20typos=20in=20docs/docs/use=5Fcases/questi?= =?UTF-8?q?on=5Fanswering/code=5Funderstandin=E2=80=A6=20(#11710)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit herarchy -> hierarchy --- .../use_cases/question_answering/code_understanding.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/use_cases/question_answering/code_understanding.ipynb b/docs/docs/use_cases/question_answering/code_understanding.ipynb index c777185540..9bdf9c4973 100644 --- a/docs/docs/use_cases/question_answering/code_understanding.ipynb +++ b/docs/docs/use_cases/question_answering/code_understanding.ipynb @@ -305,7 +305,7 @@ "19. BaseConversationalRetrievalChain\n", "20. ConstitutionalChain \n", "\n", - "-> **Question**: What one improvement do you propose in code in relation to the class herarchy for the Chain class? \n", + "-> **Question**: What one improvement do you propose in code in relation to the class hierarchy for the Chain class? \n", "\n", "**Answer**: As an AI model, I don't have personal opinions. However, one suggestion could be to improve the documentation of the Chain class hierarchy. The current comments and docstrings provide some details but it could be helpful to include more explicit explanations about the hierarchy, roles of each subclass, and their relationships with one another. Also, incorporating UML diagrams or other visuals could help developers better understand the structure and interactions of the classes. \n", "\n" @@ -316,7 +316,7 @@ "questions = [\n", " \"What is the class hierarchy?\",\n", " \"What classes are derived from the Chain class?\",\n", - " \"What one improvement do you propose in code in relation to the class herarchy for the Chain class?\",\n", + " \"What one improvement do you propose in code in relation to the class hierarchy for the Chain class?\",\n", "]\n", "\n", "for question in questions:\n",