zhangxiao
2024-08-17 478b53c8126baefa5abe07ab7d15dfc019f9c5a2
fix: 修改bug
1个文件已修改
8 ■■■■ 已修改文件
src/views/dmx/knowledgeLib/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dmx/knowledgeLib/index.vue
@@ -401,7 +401,7 @@
                      </template>
                    </a-button>
                    <a-button
                    <!-- <a-button
                      type="text"
                      size="small"
                      :disabled="record.run == '1'"
@@ -410,7 +410,7 @@
                      <template #icon>
                        <icon-eye />
                      </template>
                    </a-button>
                    </a-button> -->
                  </template>
                </a-table>
              </a-card>
@@ -578,7 +578,7 @@
    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',
@@ -988,7 +988,7 @@
  };
  const onDownloadDocument = async (record) => {
    console.log(record);
    downloadFile({
    await downloadFile({
      url: `/api/v1/document/get/${record.id}`,
      filename: record.name,
    });