This commit is contained in:
Abhinav 2024-01-23 10:26:18 +05:30
parent e6c07cf275
commit 9184359316

View file

@ -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(