Find answers from the community

Updated 6 months ago

I want to see all the prompts that

At a glance

The community member is interested in seeing all the prompts that LlamaIndex sends and the answers it receives, and is asking for any examples. Another community member suggests adding the following code to the top of the code: import llama_index.core llama_index.core.set_global_handler("simple"). However, there is no explicitly marked answer to the original post.

I want to see all the prompts that LlamaIndex send and the answer it receives? Any examples?
L
1 comment
Add this to the top of your code
Plain Text
import llama_index.core

llama_index.core.set_global_handler("simple")
Add a reply
Sign up and join the conversation on Discord