We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276eb53 commit 36ec58fCopy full SHA for 36ec58f
1 file changed
integrations/pgvector/tests/test_converters.py
@@ -76,10 +76,10 @@ def test_from_haystack_to_pg_documents():
76
assert pg_docs[3]["blob_data"] is None
77
assert pg_docs[3]["blob_meta"] is None
78
assert pg_docs[3]["blob_mime_type"] is None
79
- assert "dataframe" not in pg_docs[0]
+ assert "dataframe" not in pg_docs[3]
80
assert pg_docs[3]["meta"].obj == {"meta_key": "meta_value"}
81
assert pg_docs[3]["embedding"] == [0.7, 0.8, 0.9]
82
- assert "score" not in pg_docs[0]
+ assert "score" not in pg_docs[3]
83
84
85
def test_from_pg_to_haystack_documents():
0 commit comments