Update delete for Videos
This commit is contained in:
@@ -311,7 +311,7 @@ const confirmDeleteFromVectorStore = (id) => {
|
||||
ksApplicationName: videoToDelete.ingestionInfo.metadata.KsApplicationName,
|
||||
};
|
||||
|
||||
axios.post('/fe-api/vector-store/deleteRecordsFromVectorStore', requestPayload)
|
||||
axios.post('/fe-api/vector-store/deleteVideoRecordsFromVectorStore', requestPayload)
|
||||
.then(response => {
|
||||
console.log('Delete resource:', response.data)
|
||||
ksVideos.value.forEach(element => {
|
||||
|
||||
Reference in New Issue
Block a user