Skip to content
Discussion options

You must be logged in to vote

Thanks for trying out Hindsight

Should I create one bank per user, even if it will be a big project or I should create one bank for all users but filter based on a user_id ?

in general yes, but it depends on how you want to use Hindsight. Hindsight can be used in 2 different ways:

  1. Personalized Memory for users - the agent uses one bank per user, storing via retain() all the conversations + recall() to augment and personalize the response
  2. Learning Platform - the agent is aware of some knowledge base (your product or the topic of the conversations happening in your product) and it ingests all users conversations - via reflect() it can generate conjecture and offload most of the reasoning…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nicoloboschi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants