You can always reset Sentient whenever you want. This includes clearing the chat database, personality and profile information, Google access tokens and your knowledge graph.
Go to
C:\\Users\\<username>\\AppData\\Local\\Programs\\Sentient\\
Here, you should see chatsDB.json. This file contains all your chats with Sentient - you can delete this file to delete all past conversations you have had with Sentient.
Go to
C:\\Users\\<username>\\AppData\\Local\\Programs\\Sentient\\
Here, you should see userProfileDB.json. This file contains your user profile information - basic information, personality type and any other information that has been scraped from your social media profiles.
If you want, you can also clear the text documents that are created for knowledge graph creation - these are located at
C:\\Users\\<username>\\AppData\\Local\\Programs\\Sentient\\server\\app\\input
You should see multiple .txt
files here. You can delete all of these files.
To clear your knowledge graph completely, you would need to reset Neo4J. The best way to do this right now is to reset the Neo4J installation. You can do this by simply re-running the Sentient dependency installer.
<aside> 💡
We are working on encrypting all user profile and chat documents that have been discussed on this page. This will prevent malicious actors from stealing your personal data from Sentient.
</aside>