tab3.page.html 528 B

12345678910111213141516171819
  1. <ion-header [translucent]="true">
  2. <ion-toolbar>
  3. <ion-title>
  4. 向量与知识库
  5. </ion-title>
  6. </ion-toolbar>
  7. </ion-header>
  8. <ion-content [fullscreen]="true">
  9. <ion-button routerLink="/face/feat68">面部向量RAG</ion-button>
  10. <ion-button routerLink="/story/hangzhou">RAG:杭州人才政策</ion-button>
  11. <comp-swiper [list]="imageList" style="height:200px"></comp-swiper>
  12. <comp-swiper [list]="imageList2" [options]="{ direction: 'vertical'}" style="height:200px"></comp-swiper>
  13. </ion-content>