Skip to content

Commit f4984a9

Browse files
committed
feat: Adding support Multimodal embedders.
1 parent a6f5057 commit f4984a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/client/test_multimodal.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,8 @@ def test_text_and_image_query(self):
269269
master_yoda_base64 = load_image_base64("master-yoda.jpeg")
270270

271271
response = self.search_client.index(INDEX_UID).search(
272-
None,
272+
query,
273273
{
274-
"q": query,
275274
"media": {
276275
"textAndPoster": {
277276
"text": query,

0 commit comments

Comments
 (0)