local-deep-researcher icon indicating copy to clipboard operation
local-deep-researcher copied to clipboard

Feature request. Issue with sources. Add the separated threads

Open Yp-pro opened this issue 8 months ago • 1 comments

Here is the issue. When I perform a search, its sources are mixed with the sources from the previous one.

So, it would be great to save every search like a separated thread (or something like that) like everyone (ChatGPT, Perplexity, etc.) does (I mean the list of previous searches/chats on the left).

Yp-pro avatar Mar 18 '25 16:03 Yp-pro

hmm, what do you mean specifically?

we append sources gathered from each search to a running list: https://github.com/langchain-ai/ollama-deep-researcher/blob/f5f7cfa5f3422bc406f44336454a3b1ff211881e/src/assistant/utils.py#L61

you want, for example, to keep sources from each search separate (e.g., list of lists)?

rlancemartin avatar Mar 20 '25 18:03 rlancemartin