diff --git a/8. The Power of Agentic Search.ipynb b/8. The Power of Agentic Search.ipynb index f7bb886..3feda81 100644 --- a/8. The Power of Agentic Search.ipynb +++ b/8. The Power of Agentic Search.ipynb @@ -14,7 +14,7 @@ "from langchain.agents import tool\n", "from langchain_community.llms import Ollama\n", "\n", - "# Directory for your domain-specific documents (assumed to be .txt files)\n", + "\n", "DOCS_DIR = \"docs\"\n", "\n", "# Load documents from the 'docs' directory\n",