How to find the memory file location?

I’ve found this in the documentation, but it doesn’t help me much:

The data storage files are saved into a platform-specific location found using the appdirs package, and the name of the project can be overridden using the CREWAI_STORAGE_DIR environment variable.

Do I need to use this package? How?

Hi rokbenko,

this entry helped me:

https://community.crewai.com/t/memory-systems-in-crewai/235

It lists the location of the files. Many of them are sql files and you can use a SQL DB browser to look at its contents.

I hope that’s helpful.

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