Find answers from the community

Updated 11 months ago

Is there a way to do the same thing usig

Is there a way to do the same thing usig llama-index without saying adding it to the query?
V
P
7 comments
Are you referring to system-user-bot roles?
If so, follow-up question: Are you talking about query engines in LlamaIndex or Agents in LlamaIndex?
I'm using GPT through LlamaIndex
Plain Text
chat_engine.chat("hello", chat_history=chat_history)

where chat_history is a list of ChatMessage objects.
Are you talking about query engines in LlamaIndex or Agents in LlamaIndex?
I don't know which you're using, so I assumed that you're using a Chat Engine.
Add a reply
Sign up and join the conversation on Discord