Browse Source
Update Readme
Signed-off-by: junjie.jiang <junjie.jiang@zilliz.com>
main
1 changed files with
1 additions and
1 deletions
-
README.md
|
|
@ -33,7 +33,7 @@ input: |
|
|
|
|
|
|
|
p = ( |
|
|
|
pipe.input('question', 'doc', 'history') |
|
|
|
.map(('question', 'doc', 'history'), 'prompt', ops.prompt.template(temp)) |
|
|
|
.map(('question', 'doc', 'history'), 'prompt', ops.prompt.template(temp, ['question', 'context'])) |
|
|
|
.map('prompt', 'answer', ops.LLM.OpenAI()) |
|
|
|
.output('answer') |
|
|
|
) |
|
|
|