From b08a13f1cfed4e2809817a4a6d99bd57e05e756d Mon Sep 17 00:00:00 2001 From: Mohammad Amin Date: Mon, 27 May 2024 11:50:12 +0330 Subject: [PATCH] fix: forgotten prepare method call for NotionQueryEngine! --- subquery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subquery.py b/subquery.py index 6b43c90..97efe52 100644 --- a/subquery.py +++ b/subquery.py @@ -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=(