From 44aa9562b91ae8eb8d68c99b517084b6a5bed168 Mon Sep 17 00:00:00 2001 From: User Date: Wed, 15 May 2024 16:13:53 +0300 Subject: [PATCH] add import GraphStoreType --- motleycrew/common/defaults.py | 1 + 1 file changed, 1 insertion(+) diff --git a/motleycrew/common/defaults.py b/motleycrew/common/defaults.py index fbe573c7..9e304587 100644 --- a/motleycrew/common/defaults.py +++ b/motleycrew/common/defaults.py @@ -1,4 +1,5 @@ from motleycrew.common import LLMFamily +from motleycrew.common import GraphStoreType class Defaults: