From 575b9c07b51104774eef3cb2ebbc4c8573afc15e Mon Sep 17 00:00:00 2001 From: Laurie Voss Date: Sun, 20 Apr 2025 20:25:56 -0700 Subject: [PATCH] Remove unused import --- 11_rag.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/11_rag.ts b/11_rag.ts index a2422e5..0889a71 100644 --- a/11_rag.ts +++ b/11_rag.ts @@ -8,7 +8,6 @@ import { agent, tool, Settings, - QueryEngineTool, VectorStoreIndex, } from "llamaindex"; import { HuggingFaceEmbedding } from "@llamaindex/huggingface";