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 87dbb96 commit 744a629Copy full SHA for 744a629
tests/e2e/weaviate_e2e/test_weaviate_e2e.py
@@ -131,6 +131,6 @@ def test_weaviate_neo4j_text_input_remote_embedder(
131
r"labels=frozenset\({'Question'}\) properties={'question': 'In 1953 Watson \& "
132
"Crick built a model of the molecular structure of this, the gene-carrying "
133
"substance', 'id': 'question_c458c6f64d8d47429636bc5a94c97f51'}> "
134
- r"score=0.6[0-9]+>"
+ r"score=0.5[0-9]+>"
135
)
136
assert re.match(pattern, results.items[0].content)
0 commit comments