chatgpt-journal
chatgpt-journal copied to clipboard
Semantic search
trafficstars
As a user I would like to find a previous entry not by keywords but by meaning so I can revisit my memories later.
Implementation suggestion:
- UI: Add a search in the header, that's visible on all pages
- Functionality: embed the search query and do a similarity search (all entries have embeddings already, see the chat stream as example for fetching similar entries)