UX Changes: Ability to set category (tags) to each chatflow; corresponding changes to table display and table search

This commit is contained in:
vinodkiran
2023-11-16 08:29:06 +05:30
parent 8d22b706fb
commit a7b34848cd
11 changed files with 220 additions and 17 deletions
@@ -8,6 +8,7 @@ import { AddAnalytic1694432361423 } from './1694432361423-AddAnalytic'
import { AddChatHistory1694658756136 } from './1694658756136-AddChatHistory'
import { AddAssistantEntity1699325775451 } from './1699325775451-AddAssistantEntity'
import { AddUsedToolsToChatMessage1699481607341 } from './1699481607341-AddUsedToolsToChatMessage'
import { AddCategoryToChatFlow1699900910291 } from './1699900910291-AddCategoryToChatFlow'
export const postgresMigrations = [
Init1693891895163,
@@ -19,5 +20,6 @@ export const postgresMigrations = [
AddAnalytic1694432361423,
AddChatHistory1694658756136,
AddAssistantEntity1699325775451,
AddUsedToolsToChatMessage1699481607341
AddUsedToolsToChatMessage1699481607341,
AddCategoryToChatFlow1699900910291
]