Merge remote-tracking branch 'origin/new-page-framework' into llm_framework

This commit is contained in:
aries_ckt 2023-06-30 17:26:36 +08:00
commit f8f5434c68

View File

@ -22,6 +22,7 @@ import {
import moment from 'moment' import moment from 'moment'
import { InboxOutlined } from '@ant-design/icons' import { InboxOutlined } from '@ant-design/icons'
import CheckCircleOutlinedIcon from '@mui/icons-material/CheckCircleOutlined'; import CheckCircleOutlinedIcon from '@mui/icons-material/CheckCircleOutlined';
import CachedIcon from '@mui/icons-material/Cached';
import type { UploadProps } from 'antd' import type { UploadProps } from 'antd'
import { Upload, Pagination, Popover, message } from 'antd' import { Upload, Pagination, Popover, message } from 'antd'
import { fetchBaseURL } from '@/app/datastores/constants' import { fetchBaseURL } from '@/app/datastores/constants'
@ -264,7 +265,7 @@ const Documents = () => {
} }
}} }}
> >
Synch Synch<CachedIcon />
</Button> </Button>
<Button <Button
variant="outlined" variant="outlined"
@ -275,7 +276,7 @@ const Documents = () => {
) )
}} }}
> >
Detail of Chunks Details
</Button> </Button>
</> </>
} }