Skip to content

Commit

Permalink
⚡️ Update: 메모 업데이트시 다시 임베딩하도록 변경
Browse files Browse the repository at this point in the history
#
  • Loading branch information
ks1ksi committed Aug 9, 2023
1 parent 5c6d41e commit 6164d60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/document/document.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ export class DocumentService {
},
});

// 임베딩 요청
await this.requestEmbed(document.id);

return new DocumentDto(updatedDocument);
}

Expand Down

0 comments on commit 6164d60

Please sign in to comment.