update as per jmorganca comments

Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
Matt Williams
2023-11-06 08:51:15 -08:00
parent a1c8974975
commit 3d8872bbbd
4 changed files with 3 additions and 107 deletions

View File

@@ -23,5 +23,4 @@ export type Artwork = {
date: number;
artist: string;
description: string;
// description_embedding: number[];
}