Skip to content

Commit

Permalink
bugfix: add image_urls to ChunkMetadataWithScore
Browse files Browse the repository at this point in the history
  • Loading branch information
densumesh authored and skeptrunedev committed May 16, 2024
1 parent 516cbe5 commit 124206f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions search/utils/apiTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export interface ChunkMetadataWithScore {
lon: number;
} | null;
score: number;
image_urls: string[] | null;
}

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

0 comments on commit 124206f

Please sign in to comment.