local-deep-researcher
local-deep-researcher copied to clipboard
Feature request. Issue with sources. Add the separated threads
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).
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)?