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 34226d6 commit 7f625f0Copy full SHA for 7f625f0
tests/client-sdk/inference/test_embedding.py
@@ -12,7 +12,6 @@
12
# - array of a string
13
# - array of a image (ImageContentItem, either URL or base64 string)
14
# - array of a text (TextContentItem)
15
-# - array of array of texts, images, or both
16
# Types of output:
17
# - list of list of floats
18
#
@@ -23,9 +22,6 @@
23
22
# - empty string
24
# - empty text
25
# - empty image
26
-# - list of empty texts
27
-# - list of empty images
28
-# - list of empty texts and images
29
# - long
30
# - long string
31
# - long text
@@ -36,7 +32,6 @@
36
32
# - invalid
37
33
# - invalid URL
38
34
# - invalid base64
39
-# - list of list of strings
40
35
41
# Notes:
42
# - use llama_stack_client fixture
0 commit comments