These queries are on the scbbs01 cluster, which I upgraded last night to 1.28.3.
The first hybrid query I executed went through. But the second returned this error, which I’ve never seen before:
Question: where are the special cases discussed, in which document(s)?
concept: Core concept: “Location of special cases in specific documents.” Be sure to always reference any relevant memorandums of agreement and MOAs in your response.
Array
(
[errors] => Array
(
[0] => Array
(
[locations] => Array
(
[0] => Array
(
[column] => 37
[line] => 7
)
)
[message] => Syntax Error GraphQL request (7:37) Expected :, found Name "of"
6: \u0009\u0009\u0009 hybrid: {
7: \u0009\u0009\u0009\u0009query: “Core concept: “Location of special cases in specific documents.” Be sure to always reference any relevant memorandums of agreement and MOAs in your response.”
^
8: \u0009\u0009\u0009\u0009alpha: 0.7
[path] =>
)
)
[_elapsed_time] => 0.10042881965637
)
This is the exact query sent:
Query (solrai_getContext) : { Get { SolrCopy01 ( limit: 30 hybrid: { query: “Core concept: “Location of special cases in specific documents.” Be sure to always reference any relevant memorandums of agreement and MOAs in your response.” alpha: 0.7 } where: { operator: And, operands: [ { path: [“site”], operator: Equal, valueText:“https://labor.booksai.org/”},{ operator: Or, operands: [ { path: [“groups”], operator: Equal, valueText: “SAG-AFTRA” } ] },{ operator: Or, operands: [ { path: [“taxonomy”], operator: Equal, valueText: “Current” } ] } ] } ){ _additional { distance score } docId site title nid type public url content taxonomy groups date summary questions sourceUrl solrId } } }
When I tried it again, using different concept, it worked. Can you see what the problem might be?