12345678910111213141516171819 |
- <ion-header [translucent]="true">
- <ion-toolbar>
- <ion-title>
- 向量与知识库
- </ion-title>
- </ion-toolbar>
- </ion-header>
- <ion-content [fullscreen]="true">
-
- <ion-button routerLink="/face/feat68">面部向量RAG</ion-button>
- <ion-button routerLink="/story/hangzhou">RAG:杭州人才政策</ion-button>
-
- <comp-swiper [list]="imageList" style="height:200px"></comp-swiper>
-
- <comp-swiper [list]="imageList2" [options]="{ direction: 'vertical'}" style="height:200px"></comp-swiper>
- </ion-content>
|