fix: Library isRegistered checkmark, Search add People+Agent modes
This commit is contained in:
@@ -58,7 +58,9 @@ import VideoPlayer from '../components/VideoPlayer.vue'
|
||||
|
||||
const modes = [
|
||||
{ label: 'Keyword', value: 'keyword' },
|
||||
{ label: 'Semantic', value: 'semantic' }
|
||||
{ label: 'Semantic', value: 'semantic' },
|
||||
{ label: 'People', value: 'people' },
|
||||
{ label: 'Agent', value: 'agent' }
|
||||
]
|
||||
|
||||
const mode = ref('semantic')
|
||||
|
||||
Reference in New Issue
Block a user