MIT-AI-Accelerator / MIT-AI-Accelerator/c3po-model-server
update mattermost DB schema (fields needed for future research)
Open
@emiliecowen is already working on this.
Since Feb 21, 2024.
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 2
Description
| Field Name | Research task using this | Other info | Implemented |
|---|---|---|---|
| ID | Chat disentanglement | mattermost_document.message_id | |
| create_at | Chat disentanglement, Topics | document.original_created_time | |
| root_id | Chat disentanglement | mattermost_document.root_message_id | |
| message | Chat disentanglement, Topics, Stress | mattermost_document.document (UUID) -> document.text | |
| user_id | N/A | Nice to have | mattermost_document.user (UUID) -> mattermost_user.user_id |
| channel_id | (Future) Chat disentanglement, (Future) Topics | Nice to have | mattermost_document.channel (UUID) -> mattermost_channel.channel_id |
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.