nilsherzig / LLocalSearch

LLocalSearch is a completely locally running search aggregator using LLM Agents. The user can ask a question and the system will use a chain of LLMs to find the answer. The user can see the progress of the agents and the final answer. No OpenAI or Google API keys are needed.
Apache License 2.0
5.58k stars 352 forks source link

Chat history #60

Open dillfrescott opened 5 months ago

dillfrescott commented 5 months ago

Not sure if this is already suggested but i searched "history" on the issues page and nothing really showed up.

dillfrescott commented 5 months ago

And by chat history i mean a tab with all your chats

nilsherzig commented 5 months ago

I'm going to implement this one today :)

Features

Stage 1 - Without user accounts or DB.

Does not save chats over server restart

  1. save all used session ids in browsers local storage
  2. get chat history for each one from the server
  3. set session id on opening an old chat

Stage 2 - With object dump

Stage 3 - With database

Stage 4 - With user accounts

dillfrescott commented 5 months ago

Ooooooo sounds great!