iansinnott / prompta

ChatGPT UI that is keyboard-centric, mobile friendly, and searchable.
https://chat.prompta.dev
MIT License
154 stars 13 forks source link

Chat History Awareness #2

Open iansinnott opened 1 year ago

iansinnott commented 1 year ago

Let's give Prompta a 'memory' so that it can reference previous conversations in its responses. Slightly different than #1 which is concerned only with individual chat threads.

This feels like a task for a vector store, but considering we do already have traditional FTS built-in that would likely be a good place to start.