etherlabsio / ai-engine

Core AI services and functions powering the ETHER Platform
MIT License
0 stars 0 forks source link

Enable context instance level persistence of graphs #56

Closed karthikmuralidharan closed 5 years ago

shashankpr commented 5 years ago

The breakdown of tasks for this issue is as follows:

Reading and writing graphs — NetworkX 2.4rc1.dev20190613214358 documentation
karthikmuralidharan commented 5 years ago

Also, the persistence needs to be request scoped instead of dumping at the end of the meeting.

shashankpr commented 5 years ago

@karthikmuralidharan , I will implement the persistence of graph for every add_segments topic. It will read and write with every request scope of add_segments.