diff --git a/Zep-CLA.md b/Zep-CLA.md index 29c2f220..60e6b6d0 100644 --- a/Zep-CLA.md +++ b/Zep-CLA.md @@ -34,7 +34,7 @@ You are not expected to provide support for Your Contributions, except to the ex ## Third-Party Submissions -Should You wish to submit work that is not Your original creation, You may submit it to Zep separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third-party: [named here]". +Should You wish to submit work that is not Your original creation, You may submit it to Zep separately from any Contribution, identifying the complete details of its source and of any license or other restriction (including, but not limited to, related patents, trademarks, and license agreements) of which you are personally aware, and conspicuously marking the work as "Submitted on behalf of a third party: [named here]". ## Notifications diff --git a/examples/langgraph-agent/agent.ipynb b/examples/langgraph-agent/agent.ipynb index cef3df7d..be69409d 100644 --- a/examples/langgraph-agent/agent.ipynb +++ b/examples/langgraph-agent/agent.ipynb @@ -540,7 +540,7 @@ "submit_button = widgets.Button(description='Send')\n", "submit_button.on_click(on_submit)\n", "\n", - "conversation_output.append_stdout('Asssistant: Hello, how can I help you find shoes today?')\n", + "conversation_output.append_stdout('Assistant: Hello, how can I help you find shoes today?')\n", "\n", "display(widgets.VBox([input_box, submit_button, conversation_output]))" ] diff --git a/graphiti_core/driver/kuzu_driver.py b/graphiti_core/driver/kuzu_driver.py index 2f287bb5..4d8268d2 100644 --- a/graphiti_core/driver/kuzu_driver.py +++ b/graphiti_core/driver/kuzu_driver.py @@ -134,7 +134,7 @@ class KuzuDriver(GraphDriver): return KuzuDriverSession(self) async def close(self): - # Do not explicity close the connection, instead rely on GC. + # Do not explicitly close the connection, instead rely on GC. pass def delete_all_indexes(self, database_: str):