这是indexloc提供的服务,不要输入任何密码
Skip to content

[FEAT]: Improved CSV Chat Exports #697

@timothycarambat

Description

@timothycarambat

What would you like to see?

Currently, the CSV export of chats is not very helpful to an admin. The workspace chat export as a csv will likely be used for auditing, review, RLHF, or just general filtering and usage analysis.

The csv currently only exports the message and response, which are important but we should be as verbose as possible when doing the CSV export.

We should have the following columns in the table at a minimum:

  • id
  • username
  • workspace_name
  • prompt
  • response
  • sent_at

This format will be more helpful when we implement metrics on chats like token use, chat_model, and more. So this implementation should be easily extensible to add new metrics without much lift.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions