ctrl-space-labs / gendox-core

Gendox: "Generate. Train. Evolve."
MIT License
5 stars 0 forks source link

As a backend developer, I want when creating a message object, to trigger to the embedding_group table #61

Open gyfantidis opened 11 months ago

gyfantidis commented 11 months ago

Task Description

Title: Update embedding_group Table with message_id Column When Creating a Message Object

Description: When a new object of type message is created, it should trigger an update to the embedding_group table. Specifically, the message_id column in the embedding_group table should be updated with the ID of the newly created message.

gyfantidis commented 1 month ago

has been implemented