mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 13:54:44 +00:00
adding comment into docstring with default value example
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
3faaeb0bba
commit
38f6b6ff9e
4 changed files with 7 additions and 5 deletions
|
|
@ -93,7 +93,6 @@ class TestVectorStore:
|
|||
chunks = make_overlapped_chunks(document_id, text, window_len, overlap_len, original_metadata)
|
||||
|
||||
assert len(chunks) == expected_chunks
|
||||
print(len(chunks), expected_chunks)
|
||||
|
||||
# Check that each chunk has the right metadata
|
||||
for chunk in chunks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue