Skip to content

Commit

Permalink
fix: forgotten prepare method call for NotionQueryEngine!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed May 27, 2024
1 parent aa78e16 commit b08a13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def query_multiple_source(
)
)
if notion:
notion_query_engine = NotionQueryEngine(community_id=community_id)
notion_query_engine = NotionQueryEngine(community_id=community_id).prepare()
tool_metadata = ToolMetadata(
name="Notion",
description=(
Expand Down

0 comments on commit b08a13f

Please sign in to comment.