-
Notifications
You must be signed in to change notification settings - Fork 4
Description
What would you like to be added:
The minimal layout for the dashboard, it should including an experiment section in the sidebar:
- once click the experiment, we'll see a list of experiments
- once we click an experiment, we'll see a list of trials
- once we click a trial, we'll see a list of runs
Let's have necessary fields for them in the dashboard, like name, description, metadata, created_at, updated_at etc., the models are defined here: https://github.com/InftyAI/alphatrion/blob/main/alphatrion/metadata/sql_models.py
We don't have UI for now, let's be the UI designers ourselves, we can learn from other projects like langfuse here.
This is based on #59, then the frontend can query the datasets. We can mock the datasets with make seed command if your environment is already setup.
Why is this needed:
Completion requirements:
This feature requires the following artifacts:
- Design doc
- API change
- Docs update
The artifacts should be linked in subsequent comments.