feat: Add SearchPage #2247 (#2248)

### What problem does this PR solve?

feat: Add SearchPage #2247

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-09-05 09:33:05 +08:00
committed by GitHub
parent 426fdafb66
commit 9b90a44323
6 changed files with 13 additions and 0 deletions

View File

@ -29,6 +29,7 @@ const RagHeader = () => {
{ path: '/chat', name: t('chat'), icon: MessageOutlined },
{ path: '/flow', name: t('flow'), icon: GraphIcon },
{ path: '/file', name: t('fileManager'), icon: FileIcon },
{ path: '/search', name: t('search'), icon: FileIcon },
],
[t],
);