Skip to content

Commit

Permalink
Added missing args to get_structured_schema call
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthomas93 committed Feb 25, 2025
1 parent f33ad44 commit 13ad624
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/neo4j/langchain_neo4j/graphs/neo4j_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,9 @@ def refresh_schema(self) -> None:
self.structured_schema = get_structured_schema(
driver=self._driver,
is_enhanced=self._enhanced_schema,
database=self._database,
timeout=self.timeout,
sanitize=self.sanitize,
)
self.schema = format_schema(
schema=self.structured_schema, is_enhanced=self._enhanced_schema
Expand Down

0 comments on commit 13ad624

Please sign in to comment.