Skip to main content
The Nebuly SDK enables you to monitor all the requests made to:
All of them are supported also when using stream or async mode.
The process is straightforward, you just need to:
  • import the LlamaIndexTrackingHandler from the Nebuly SDK
  • setup the LlamaIndexTrackingHandler as global llama_index handler
You can then use the platform to analyze the results and get insights about your LLM users.

LLMs

You can find a detailed explanation of the allowed nebuly additional keyword arguments below:
string
required
An id or username uniquely identifying the end-user. We recommend hashing their username or email address, in order to avoid sending us any identifying information.
dict
Tag user interactions by adding key-value pairs using this parameter. Each key represents the tag name, and the corresponding value is the tag value.For example, if you want to tag an interaction with the model version used to reply to user input, provide it as an argument for nebuly_tags, e.g. {"version": "v1.0.0"}. You have the flexibility to define custom tags, making them available as potential filters on the Nebuly platform.

Query Engine

You can download the file used in this example here: paul_graham_essay.txt
You can find a detailed explanation of the allowed nebuly additional keyword arguments below:
string
required
An id or username uniquely identifying the end-user. We recommend hashing their username or email address, in order to avoid sending us any identifying information.
dict
Tag user interactions by adding key-value pairs using this parameter. Each key represents the tag name, and the corresponding value is the tag value.For example, if you want to tag an interaction with the model version used to reply to user input, provide it as an argument for nebuly_tags, e.g. {"version": "v1.0.0"}. You have the flexibility to define custom tags, making them available as potential filters on the Nebuly platform.

Chat Engine

You can download the file used in this example here: paul_graham_essay.txt
You can find a detailed explanation of the allowed nebuly additional keyword arguments below:
string
required
An id or username uniquely identifying the end-user. We recommend hashing their username or email address, in order to avoid sending us any identifying information.
dict
Tag user interactions by adding key-value pairs using this parameter. Each key represents the tag name, and the corresponding value is the tag value.For example, if you want to tag an interaction with the model version used to reply to user input, provide it as an argument for nebuly_tags, e.g. {"version": "v1.0.0"}. You have the flexibility to define custom tags, making them available as potential filters on the Nebuly platform.