Skip to main content

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. queries-1 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