neo4j-graphrag-python
neo4j-graphrag-python copied to clipboard
Added created_at:datetime on the :Session and :Message node
Description
Note
Adding a
created_atproperty on the:Sessionand:Messagenode to enable tracking of message history, feedback loops as well as analytics purposes.
Type of Change
- [X] New feature
- [ ] Bug fix
- [ ] Breaking change
- [ ] Documentation update
- [ ] Project configuration change
Complexity
Note
Very low
Complexity:
How Has This Been Tested?
- [ ] Unit tests
- [ ] E2E tests
- [X] Manual tests
Checklist
The following requirements should have been met (depending on the changes in the branch):
- [ ] Documentation has been updated
- [ ] Unit tests have been updated
- [ ] E2E tests have been updated
- [ ] Examples have been updated
- [ ] New files have copyright header
- [ ] CLA (https://neo4j.com/developer/cla/) has been signed
- [ ] CHANGELOG.md updated if appropriate