mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 19:04:19 +00:00
# What does this PR do? #1161 updated the embedding signature making the nested list tests irrelevant
This commit is contained in:
parent
d2701b0d6a
commit
46da187c07
1 changed files with 0 additions and 5 deletions
|
@ -12,7 +12,6 @@
|
||||||
# - array of a string
|
# - array of a string
|
||||||
# - array of a image (ImageContentItem, either URL or base64 string)
|
# - array of a image (ImageContentItem, either URL or base64 string)
|
||||||
# - array of a text (TextContentItem)
|
# - array of a text (TextContentItem)
|
||||||
# - array of array of texts, images, or both
|
|
||||||
# Types of output:
|
# Types of output:
|
||||||
# - list of list of floats
|
# - list of list of floats
|
||||||
#
|
#
|
||||||
|
@ -23,9 +22,6 @@
|
||||||
# - empty string
|
# - empty string
|
||||||
# - empty text
|
# - empty text
|
||||||
# - empty image
|
# - empty image
|
||||||
# - list of empty texts
|
|
||||||
# - list of empty images
|
|
||||||
# - list of empty texts and images
|
|
||||||
# - long
|
# - long
|
||||||
# - long string
|
# - long string
|
||||||
# - long text
|
# - long text
|
||||||
|
@ -36,7 +32,6 @@
|
||||||
# - invalid
|
# - invalid
|
||||||
# - invalid URL
|
# - invalid URL
|
||||||
# - invalid base64
|
# - invalid base64
|
||||||
# - list of list of strings
|
|
||||||
#
|
#
|
||||||
# Notes:
|
# Notes:
|
||||||
# - use llama_stack_client fixture
|
# - use llama_stack_client fixture
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue