mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Rag Updates
This commit is contained in:
parent
ea6d9ec937
commit
f5620c09ad
4 changed files with 48 additions and 40 deletions
|
@ -68,6 +68,7 @@ MemoryBankConfig = Annotated[
|
|||
class Chunk(BaseModel):
|
||||
content: InterleavedTextMedia
|
||||
token_count: int
|
||||
document_id: str
|
||||
|
||||
|
||||
@json_schema_type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue