Update 8. The Power of Agentic Search.ipynb

This commit is contained in:
Masih Moafi 2025-03-03 15:37:31 +03:30 committed by GitHub
parent 9a76ebcd66
commit e251825482
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",