mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 13:00:39 +00:00
fix typo: doument -> document
This commit is contained in:
parent
b54d896ce7
commit
301a0689f5
1 changed files with 1 additions and 1 deletions
|
@ -185,6 +185,6 @@ def test_embedding_task_type(llama_stack_client, embedding_model_id):
|
|||
model_id=embedding_model_id, contents=[DUMMY_STRING], task_type="query"
|
||||
)
|
||||
document_embedding = llama_stack_client.inference.embeddings(
|
||||
model_id=embedding_model_id, contents=[DUMMY_STRING], task_type="doument"
|
||||
model_id=embedding_model_id, contents=[DUMMY_STRING], task_type="document"
|
||||
)
|
||||
assert query_embedding.embeddings != document_embedding.embeddings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue