How to create user profiles

Chatbot who does learn with every incoming message

I want to build a chat agent who does create a profile of a user, based on every telegram chat message.

If the user is telling me something like ‘I am living in Hamburg, Germany’, ‘I am living in London’, ‘I am 30 years old’ … , this information should be stored and remembered for future communications.

Trigger will be the telegram message. The agent should store every new information and use the stored profile information to create a response.

Is a vector store the right approach or is there a better way to get this setup ?

I need some help to point me into the right direction how to set this up.

Thanks in advance,

Thorsten

I think the first step would be to store the messages in a database,

Once you have them stored, you can decide what to do with them, whether to process it to extract useful information or other actions.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.