Skip to content

Commit 124206f

Browse files
densumeshskeptrunedev
authored andcommitted
bugfix: add image_urls to ChunkMetadataWithScore
1 parent 516cbe5 commit 124206f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

search/utils/apiTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export interface ChunkMetadataWithScore {
3939
lon: number;
4040
} | null;
4141
score: number;
42+
image_urls: string[] | null;
4243
}
4344

4445
export const indirectHasOwnProperty = (obj: unknown, prop: string): boolean => {

0 commit comments

Comments
 (0)