Skip to content

Commit cc01b7b

Browse files
authored
Update README.md
1 parent 06ca754 commit cc01b7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aws-simple-rag/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ $ vespa query \
191191
searchChain=bedrock \
192192
format=sse \
193193
traceLevel=1
194+
timeout=60s
194195
</pre>
195196

196197
Here, we specifically set the search chain to `bedrock`.
@@ -224,6 +225,7 @@ $ vespa query \
224225
format=sse \
225226
llm.json_schema="{\"type\":\"object\",\"properties\":{\"answer-short\":{\"type\":\"string\"},\"answer-short-french\":{\"type\":\"string\",\"description\":\"exact translation of short answer in French language\"},\"answer-short-eli5\":{\"type\":\"string\",\"description\":\"explain the answer like I am 5 years old\"}},\"required\":[\"answer-short\",\"answer-short-french\",\"answer-short-eli5\"],\"additionalProperties\":false}" \
226227
traceLevel=1
228+
timeout=60s
227229
</pre>
228230

229231
The `llm.json_schema` parameter is used to specify the expected output format of the LLM.

0 commit comments

Comments
 (0)