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 946e07e commit dbe595cCopy full SHA for dbe595c
tests/unit/retrievers/external/test_weaviate.py
@@ -262,7 +262,7 @@ def test_match_query_with_both_return_properties_and_retrieval_query() -> None:
262
263
def test_match_query_with_custom_node_label() -> None:
264
match_query = get_match_query(
265
- return_properties=["name", "age"], node_label="MyNodeLabel"
+ return_properties=["name", "age"], node_label="`MyNodeLabel`"
266
)
267
expected = (
268
"UNWIND $match_params AS match_param "
0 commit comments