Hey team,
do you have suggestions on how we can access the graph or spin up graph UI while using zep hosted in local localhost:8000 and not the zep_cloud
I see that graph access client.graph.search is only part of zep_cloud sdk and not part of
from zep_python import Zep
zep_local_client = Zep('localhost:8080',api_key)
zep_local_client only has memory/user modules and doesn't seem to have graph access modules ?