diff --git a/langchain-core/src/structured_query/tests/functional.test.ts b/langchain-core/src/structured_query/tests/functional.test.ts index b3d185957c0a..32c598db28e4 100644 --- a/langchain-core/src/structured_query/tests/functional.test.ts +++ b/langchain-core/src/structured_query/tests/functional.test.ts @@ -54,6 +54,7 @@ describe("FunctionalTranslator", () => { booleanValue: true, }; + // documents that will match against the comparison const validDocumentsByComparator: { [key in string]: Document>[] } = { [Comparators.eq]: [ new Document({ @@ -137,6 +138,7 @@ describe("FunctionalTranslator", () => { ], }; + // documents that will not match against the comparison const invalidDocumentsByComparator: { [key in string]: Document>[] } = { [Comparators.eq]: [ new Document({