add logs
This commit is contained in:
parent
e6c07cf275
commit
9184359316
1 changed files with 3 additions and 0 deletions
|
@ -275,6 +275,9 @@ class ClipServiceImpl {
|
|||
);
|
||||
return;
|
||||
}
|
||||
addLogLine(
|
||||
`queuing up for local clip embedding extraction for file: ${enteFile.metadata.title} fileID: ${enteFile.id}`
|
||||
);
|
||||
try {
|
||||
await this.liveEmbeddingExtractionQueue.add(async () => {
|
||||
const embedding = await this.extractLocalFileClipImageEmbedding(
|
||||
|
|
Loading…
Add table
Reference in a new issue