Reset Sentient
Last updated
Was this helpful?
Last updated
Was this helpful?
You can always reset Sentient whenever you want. To do this, locate and delete these json files: (names and file locations may differ)
chatsDB.json: contains all your chats with Sentient - you can delete this file to delete all past conversations you have had with Sentient.
userProfileDB.json: contains your user profile information - basic information, personality type and any other information that has been scraped from your social media profiles.
tasks.json: contains a list of tasks that Sentient has performed/is performing/will perform. It also has additional information like the final outcome of a task and more. This is basically Sentient's Task Queue.
memoryOperations.json: contains a list of memory operations that Sentient has performed/is performing/will perform. This is basically Sentient's Memory Operations Queue.
To clear your knowledge graph completely, you would need to reset Neo4J. The best way to do this right now is to reinstall Neo4J.
If you are comfortable with writing Neo4J cipher queries, the Neo4J console located at localhost:7474 is another great way to delete specific nodes or reset the entire graph. We recommend recreating the graph from within the app.
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.