English 中文(简体)
How to check prompt on llamaindex response_synthesizer
原标题:

Hi Im stacking how to check my prompt...

I wrote code like below

    response_synthesizer = get_response_synthesizer(
        summary_template = _chat_summarize_prompt(), # Just return my prompt
        text_qa_template = _chat_qa_prompt(),        # Just return my prompt
        response_mode    = "tree_summarize",
        use_async        = True,
    )

So, next problem is hows written my prompt to synthesizer? Tell me please how to check my prompt.

问题回答

暂无回答




相关问题
什么是? 意 见

我在adam2的zsh提示符中找到了这个,但我不知道它的含义。显然它计算了“字符串”的长度,但是它是如何计算的我不懂。${#${(S%%)string //(\%([KF1] |){*} | \%[Bbkf] ...

Constantly updated clock in zsh prompt?

I know that I can exec a date command in my zsh prompt. However, it shows the old time; to see the current time, I have to hit <return> and get a new prompt with the current time. Is there a ...

How to change the prompt in putty

when i start putty on a server i get the promp like below: hpbl802!benjaminb:~ [22]> How can i change this prompt to benjamin:~ [22]>

Write-Host adds "PS>" at the end of prompt?

If I use write-host to define my prompt, Powershell adds "PS>" automatically at the end. How can I use write-host so that it doesn t do that? function prompt { > } #prompt: #> function ...

Prompt on file/directory delete

When coding in Python, I often need to write a function like this one: def delete_dir(dir_name): if os.path.exists(dir_name): reply = raw_input("Delete directory "+dir_name+"? [y/[n]] ") ...

IE prompt about unsaved form data

I m having an unexpected "annoying" popup in IE7 (and possibly other versions). As expected IE prompts you about unsaved form data when closing the window which is fine. But I have a form inside a div ...

ZSH Prompt/RPrompt Conflict

I currently have my ZSH PROMPT variable set up as: PROMPT=$ [%{e[0;32m%}%n@%m:%~%{e[0m%}]> and my RPROMPT variable as: RPROMPT=$ [%{e[0;32m%}%Te[0m%}] The effect I m working for is to make ...

热门标签