mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 23:22:01 +00:00
swapping to configuring the entire chunk template
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
2e70782e63
commit
66f7b42795
7 changed files with 58 additions and 28 deletions
13
docs/_static/llama-stack-spec.yaml
vendored
13
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -7690,15 +7690,20 @@ components:
|
|||
max_chunks:
|
||||
type: integer
|
||||
default: 5
|
||||
include_metadata_in_content:
|
||||
type: boolean
|
||||
default: false
|
||||
chunk_template:
|
||||
type: string
|
||||
default: >
|
||||
Result {index}
|
||||
|
||||
Content: {chunk.content}
|
||||
|
||||
Metadata: {metadata}
|
||||
additionalProperties: false
|
||||
required:
|
||||
- query_generator_config
|
||||
- max_tokens_in_context
|
||||
- max_chunks
|
||||
- include_metadata_in_content
|
||||
- chunk_template
|
||||
title: RAGQueryConfig
|
||||
RAGQueryGeneratorConfig:
|
||||
oneOf:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue