Skip to content

Commit

Permalink
Fix for spell checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadj2 committed Feb 20, 2024
1 parent a372671 commit b80d9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/community/langchain_community/chat_models/kinetica.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def load_messages_from_context(self, context_name: str) -> List:
contain the samples.
Args:
context_name: The name of an LLM context in the databse.
context_name: The name of an LLM context in the database.
Returns:
A list of messages containing the information from the context.
Expand Down Expand Up @@ -528,7 +528,7 @@ def _convert_dict_to_messages(cls, sa_data: Dict) -> List[BaseMessage]:
class KineticaSqlResponse(BaseModel):
"""Response containing SQL and the fetched data.
This object is retuned by a chain with ``KineticaSqlOutputParser`` and it contains
This object is returned by a chain with ``KineticaSqlOutputParser`` and it contains
the generated SQL and related Pandas Dataframe fetched from the database.
"""

Expand Down

0 comments on commit b80d9e2

Please sign in to comment.