Open
Description
To track the tasks pending before continuous graph population can be enabled in production are listed below:
- Standardize graph schema and connections through python structs
- Add the following connections:
- User --> Entities, User --> User (groupedWith), User --> User (recommended/related), Entities --> Keyphrase (relatedTo)
- Populate only summary phrases (Populate and persist only summary-segments #163)
- Add logic to cleanup graph after
context.instance.ended
and remove non-highlight phrases. - Fix dateTime format issue in production data and set dateTime as index for sorting (Dgraph index type changes #156)
- Add support for Facets (Add Facets to Graph schema #182)
- Separate Dgraph client as a common pkg in
ai-engine
orapi