Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

feat: Visualize Multi Turn Conversations #10

Open
cfahlgren1 opened this issue Jun 29, 2024 · 1 comment
Open

feat: Visualize Multi Turn Conversations #10

cfahlgren1 opened this issue Jun 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@cfahlgren1
Copy link
Owner

What if we could have a one click to turn

Before

into a view like this

After

image
@cfahlgren1
Copy link
Owner Author

We can leverage the type from the parquet file to figure out if a column needs to have a given custom cell component

We can start with the more popular conversation format. For example, we could have add a custom cell component in AG-Grid for when the type of a column is one of:

  • STRUCT("from" VARCHAR, "value" VARCHAR)[]
  • STRUCT("role" VARCHAR, "content" VARCHAR)[]

This can be designed to be very extensible so others can contribute custom renderers easily.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant