Skip to content

Commit

Permalink
community[patch]: fix TypeError using the client created with xata init
Browse files Browse the repository at this point in the history
  • Loading branch information
kappita committed Jul 27, 2024
1 parent e09b66f commit 78aa6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-community/src/vectorstores/xata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export class XataVectorSearch<
)
),
}),
record.xata.score,
record.xata ? record.xata.score : record.xata_score,
]) ?? []
);
}
Expand Down

0 comments on commit 78aa6be

Please sign in to comment.