when i use gpt_index with create_llama_chat_agent, i find when i ask more questions, the token_counter query will not log, but when i just use index.query, the query log every times when ask question. Is there any different?
yeah, when I use agent.run with chat-bot demo, i found only first question prints query token usage, but if I ask more thing, the agent answers me but the terminal doesn't print the [query] log, i am puzzled
Thx, i got it. But In the case that doesn't use llama-index, it should use llama-index because the question is about the knowledge indiced by llama-index, it confused my too