From af87e116b55608a39ad5ed725b92b52b763870d0 Mon Sep 17 00:00:00 2001 From: nick-w-nick <43578531+nick-w-nick@users.noreply.github.com> Date: Thu, 19 Dec 2024 02:45:32 -0500 Subject: [PATCH] added clarifying comments --- langchain-core/src/structured_query/tests/functional.test.ts | 2 ++ 1 file changed, 2 insertions(+) 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({