| | |
| | | </template> |
| | | </a-button> |
| | | |
| | | <a-button |
| | | <!-- <a-button |
| | | type="text" |
| | | size="small" |
| | | :disabled="record.run == '1'" |
| | |
| | | <template #icon> |
| | | <icon-eye /> |
| | | </template> |
| | | </a-button> |
| | | </a-button> --> |
| | | </template> |
| | | </a-table> |
| | | </a-card> |
| | |
| | | embd_id: 'BAAI/bge-large-zh-v1.5', |
| | | img2txt_id: 'qwen-vl-max', |
| | | llm_id: 'qwen-plus', |
| | | name: 'wanghao‘s Kingdom', |
| | | name: 'wanghaos Kingdom', |
| | | parser_ids: |
| | | 'naive:General,qa:Q&A,resume:Resume,manual:Manual,table:Table,paper:Paper,book:Book,laws:Laws,presentation:Presentation,picture:Picture,one:One', |
| | | rerank_id: 'BAAI/bge-reranker-v2-m3', |
| | |
| | | }; |
| | | const onDownloadDocument = async (record) => { |
| | | console.log(record); |
| | | downloadFile({ |
| | | await downloadFile({ |
| | | url: `/api/v1/document/get/${record.id}`, |
| | | filename: record.name, |
| | | }); |