From 0b17c109b3216ba8b6aad95072f2d8678acf7a57 Mon Sep 17 00:00:00 2001 From: whimo Date: Sun, 19 May 2024 17:41:31 +0400 Subject: [PATCH] Fix tests #2 --- examples/_test_single_llama_index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/_test_single_llama_index.py b/examples/_test_single_llama_index.py index 80998dc0..454916ea 100644 --- a/examples/_test_single_llama_index.py +++ b/examples/_test_single_llama_index.py @@ -2,7 +2,6 @@ from langchain_community.tools import DuckDuckGoSearchRun -from llama_index.core.composability import QASummaryQueryEngineBuilder from motleycrew import MotleyCrew from motleycrew.agents.llama_index import ReActLlamaIndexMotleyAgent from motleycrew.common.utils import configure_logging