LogoLogo
  • Sentient
  • Getting Started
    • Welcome to Sentient
    • Building Sentient from Source
    • Troubleshooting Installation Issues
    • Onboarding Process
  • Using Sentient
    • Sentient's Interface
    • Chatting with Sentient
    • Sentient's Memory Pipeline
    • Agents in Sentient
  • Reset/Uninstall
    • Reset Sentient
    • Uninstall Sentient
Powered by GitBook
On this page

Was this helpful?

  1. Reset/Uninstall

Reset Sentient

PreviousAgents in SentientNextUninstall Sentient

Last updated 3 days ago

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.

Clearing your knowledge graph

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.

⚠️