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 44fa97c commit 6437a69Copy full SHA for 6437a69
1 file changed
integrations/google_genai/tests/test_document_embedder.py
@@ -233,4 +233,5 @@ def test_run(self):
233
assert len(doc.embedding) == 768
234
assert all(isinstance(x, float) for x in doc.embedding)
235
236
- assert result["documents"][0].meta == {"model": model}
+ assert result["documents"][0].meta == {"model": model, "topic": "Cuisine"}
237
+ assert result["documents"][1].meta == {"model": model, "topic": "ML"}
0 commit comments