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 708f81c commit 163c58dCopy full SHA for 163c58d
marklogic-client-api/src/test/java/com/marklogic/client/test/rows/VectorTest.java
@@ -129,6 +129,8 @@ void bindVectorFromDocs() {
129
assertEquals(1, rows.size());
130
}
131
132
+ // This is passing locally when running 12-nightly on Docker, but has been failing on Jenkins since it was
133
+ // introduced on Nov 5th. Created https://progresssoftware.atlassian.net/browse/MLE-17964 to track it.
134
@Test
135
void vecVectorWithCol() {
136
String query = "op.fromView('vectors', 'persons').limit(2).bind(op.as('summaryCosineSim', op.vec.vector(op.col('embedding'))))";
0 commit comments