diff --git a/hello.py b/hello.py index a59f1c7..79b8d0f 100644 --- a/hello.py +++ b/hello.py @@ -1,6 +1,8 @@ -from modaic import PrecompiledAgent, PrecompiledConfig from dotenv import load_dotenv +from modaic import PrecompiledAgent, PrecompiledConfig +import weaviate + load_dotenv() class EchoConfig(PrecompiledConfig):