We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482ac5e commit ddbc284Copy full SHA for ddbc284
1 file changed
examples/run.yaml
@@ -163,6 +163,12 @@ registered_resources:
163
- toolgroup_id: builtin::rag # Register the RAG tool
164
provider_id: rag-runtime
165
vector_stores:
166
+ annotation_prompt_params: # Override the default Llama Stack annotation that adds <| file-xyz |> to responses
167
+ enable_annotations: true
168
+ annotation_instruction_template: >
169
+ When appropriate, cite sources at the end of sentences using doc_url and doc_title format.
170
+ Citing sources is not always required because citations are handled externally.
171
+ Never include any citation that is in the form '<| file-id |>'.
172
default_provider_id: faiss
173
default_embedding_model: # Define the default embedding model for RAG
174
provider_id: sentence-transformers
0 commit comments