mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 23:51:00 +00:00
fix tests'
This commit is contained in:
parent
b90a18f3ce
commit
dc409e69fa
1 changed files with 2 additions and 0 deletions
|
@ -29,11 +29,13 @@ def sample_chunks():
|
||||||
document_id="doc1",
|
document_id="doc1",
|
||||||
content="This is the first test chunk",
|
content="This is the first test chunk",
|
||||||
metadata={"test": "metadata1"},
|
metadata={"test": "metadata1"},
|
||||||
|
token_count=7
|
||||||
),
|
),
|
||||||
Chunk(
|
Chunk(
|
||||||
document_id="doc2",
|
document_id="doc2",
|
||||||
content="This is the second test chunk",
|
content="This is the second test chunk",
|
||||||
metadata={"test": "metadata2"},
|
metadata={"test": "metadata2"},
|
||||||
|
token_count=7
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue