We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282bf98 commit cbe9978Copy full SHA for cbe9978
langchaingo-golang/run.sh
@@ -9,7 +9,7 @@ cd vectorstores/mongovector
9
export PATH="$PATH:/opt/golang/$GO_VERSION/bin"
10
export GOROOT="/opt/golang/$GO_VERSION"
11
12
-# TODO(GODRIVER-3606): Update regression with expected test error in
13
-# LangChainGo for non-tokenized filter.
+# TODO(GODRIVER-3606): Update expected error in LangChainGo test for
+# non-tokenized filter
14
go test -v -failfast -race -shuffle=on \
15
-skip "TestStore_SimilaritySearch_NonExactQuery/with_non-tokenized_filter"
0 commit comments