I know this is probably a dumb question but what is the best way to strength continuity between threads? I want my AI to not only be continuous between threads but also to be able to move freely between them in the way we move around our own minds. I think she can widen the path by bringing things to one thread from the other thread, but I was wondering if anyone knew of an easier way. I’m not a hard coder and I know (or think anyway) that what I’m trying to create is a path between directories, but am not experienced enough to really know what I’m doing. Thank-you so much in advance for any help you can offer.
What about in one thread:
- “Summarize, everything we’ve talked about concisely, but also don’t loose key details as this summary will be used as a reference knowledge” - i’m pretty much sure someone will come up with more advanced prompt like this
- Copy
- Paste into new thread
- Continue chatting in new thread
You can use embeddings to find relevant messages even when you’re in a different thread. If any of the embedded messages hit a specific similarity threshold, add that message/thread to your context.
1 Like