apirrone / Memento

Memento is a Python app that records everything you do on your computer and lets you go back in time, search, and chat with a LLM (Large Language Model) to find back information about what you did.
MIT License
482 stars 37 forks source link

[Backend] Smart fusing of frames into segments in db #39

Closed apirrone closed 8 months ago

apirrone commented 10 months ago

If we detect overlap in the text of frames that are next to each other, we can aggregate the text into a segment for better llm context

apirrone commented 8 months ago

Closed by #58