Find answers from the community

Updated 8 months ago

Hi, I see index.as_chat_engine now takes

Hi, I see index.as_chat_engine now takes two prompt parameters: system and context. We have everything in one prompt, which one should be used? The documentation search is broken, it can't find any information on this method anymore.
W
S
2 comments
If you see here: https://github.com/run-llama/llama_index/blob/107b37e878cf4ebb798b2fec0ad08439d0d717da/llama-index-core/llama_index/core/chat_engine/condense_plus_context.py#L213

The system prompt and context prompts are combined to form the final system prompt.

So even if you have everything in one it is fine.
Add a reply
Sign up and join the conversation on Discord