A community member is using LlamaIndex Typescript to build a RAG application and wants to see all the API calls being made to the underlying LLM (OpenAI). Another community member suggests referring to the observability documentation, which can help log all the events.
Hi!! I'm using LlamaIndex Typescript to build my RAG application. How can I see all the API calls being made to the underlying LLM (OpenAI in my case)?