Guides
Analyze User Queries
Understand your users interactions
Overview
Metal provides a way to analyze user queries and understand how users interact with your application.
This is done by accesing the Analytics
tab in your application dashboard.
You can also access the queries via the Metal API.
The response will be an array of objects, each representing a query.
Where:
- t: Timestamp of the query
- d: Cosine distance between the search query and the retrieved embedding. A smaller value indicates a closer match.
- q: Actual user query