mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 23:22:01 +00:00
feat: Adding support for metadata in RAG insertion and querying
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
473a07f624
commit
e50a546bc0
8 changed files with 149 additions and 25 deletions
4
docs/_static/llama-stack-spec.yaml
vendored
4
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -7690,11 +7690,15 @@ components:
|
|||
max_chunks:
|
||||
type: integer
|
||||
default: 5
|
||||
include_metadata_in_content:
|
||||
type: boolean
|
||||
default: false
|
||||
additionalProperties: false
|
||||
required:
|
||||
- query_generator_config
|
||||
- max_tokens_in_context
|
||||
- max_chunks
|
||||
- include_metadata_in_content
|
||||
title: RAGQueryConfig
|
||||
RAGQueryGeneratorConfig:
|
||||
oneOf:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue