open_deep_research icon indicating copy to clipboard operation
open_deep_research copied to clipboard

Is it possible to use the knowledge of the LLM instead of web search to write the report?

Open ruipcarvalho opened this issue 9 months ago • 6 comments

Sometimes, I am just interested in extracting the knowledge from the LLM, not on web searches. Is this possible?

Also, if it is possible, can we create larger reports (more like books) that are very detailed on the topic?

Thanks

ruipcarvalho avatar Feb 25 '25 20:02 ruipcarvalho

Yes, but for that case you could likely just prompt the LLM directly.

Unless you still want all the configurability of the tool (for report structure, etc)?

We could add a "no search" option where no web search is performed.

rlancemartin avatar Feb 26 '25 22:02 rlancemartin

Support Mcp to add local knowledge /others mcp service as part of search looks good to enhance

clipsheep6 avatar Feb 27 '25 05:02 clipsheep6

Support Mcp to add local knowledge /others mcp service as part of search looks good to enhance

Im create a seperate issue for this. This would be a great addition.

rlancemartin avatar Feb 27 '25 05:02 rlancemartin

You could prompt the LLM directly, but you will get short replies, largely structured by the LLM.

As you say, the point is to get larger reports structured by the user. In other words, a way to produce very detailed and configurabe tinybooks that can be used to train smaller LLMs.

Yes, but for that case you could likely just prompt the LLM directly.

Unless you still want all the configurability of the tool (for report structure, etc)?

We could add a "no search" option where no web search is performed.

ruipcarvalho avatar Feb 27 '25 08:02 ruipcarvalho

Support Mcp to add local knowledge /others mcp service as part of search looks good to enhance

Im create a separate issue for this. This would be a great addition.

I am currently working on it :-) Using langchain-mcp-adapters. The prototype works great with the current graph configurations. Might finish it during the weekend and make a PR.

bartolli avatar Feb 27 '25 21:02 bartolli

Support Mcp to add local knowledge /others mcp service as part of search looks good to enhance

Im create a separate issue for this. This would be a great addition.

I am currently working on it :-) Using langchain-mcp-adapters. The prototype works great with the current graph configurations. Might finish it during the weekend and make a PR.

I would love a MCP integration here. It is also on my list. Please feel free to put up a PR.

rlancemartin avatar Mar 12 '25 17:03 rlancemartin

Support Mcp to add local knowledge /others mcp service as part of search looks good to enhance

Im create a separate issue for this. This would be a great addition.

I am currently working on it :-) Using langchain-mcp-adapters. The prototype works great with the current graph configurations. Might finish it during the weekend and make a PR.

@bartolli pls put up a PR if you got around to this!

rlancemartin avatar Apr 23 '25 23:04 rlancemartin

@rlancemartin Had some personal stuff come up, so I haven't been able to work on the PR. Will update when I can!

bartolli avatar Apr 26 '25 19:04 bartolli