Search in LLM and internet datas

Dear,

I use Basic LLM chain to search information into Internet (no LLM knowledges),

Must i use same thing to search only on LLM (no internet) ?

Thank you.

Information on your n8n setup

  • **n8n version:1.95.2
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):Docker
  • **Operating system:Windows 10

Hi, yes. You can just ask it questions without it searching online.

If i set on System message, don’t found information from Internet, it’s enough?

If you don’t give the search tool to the LLM chain. The LLM won’t be able to search the internet. So the system message about internet is not needed.

So i need to use “AI Agent” module not “Basic LLM chain” ?

The LLM chain is without any tools. So internet search isn’t possible within that node.

Are you asking to have it search the internet sometimes? In that case the AI agent is what is needed. You can give it tools like internet search. And in the system message/prompt you can tell it when to use the internet.

The LLM chain is without any tools. So internet search isn’t possible within that node.

Are you asking to have it search the internet sometimes? In that case the AI agent is what is needed. You can give it tools like internet search. And in the system message/prompt you can tell it when to use the internet.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.