[PR #345] [MERGED] added JSONL export to workspace chats #3308

Closed
opened 2026-02-22 18:33:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/345
Author: @shatfield4
Created: 11/7/2023
Status: Merged
Merged: 11/8/2023
Merged by: @timothycarambat

Base: masterHead: 341-export-chat-history-as-jsonl


📝 Commits (4)

  • 18846e7 added JSONL export to workspace chats
  • 5167810 change permissions for workspace chat settings
  • 51dcaea change permissions for workspace chat settings
  • bdbbd75 Show error for correct limit on fine-tune

📊 Changes

10 files changed (+224 additions, -98 deletions)

View changed files

📝 frontend/src/App.jsx (+5 -6)
📝 frontend/src/components/SettingsSidebar/index.jsx (+17 -8)
📝 frontend/src/models/admin.js (+0 -25)
📝 frontend/src/models/system.js (+34 -0)
📝 frontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx (+2 -2)
📝 frontend/src/pages/GeneralSettings/Chats/index.jsx (+32 -6)
📝 frontend/src/utils/paths.js (+3 -0)
📝 server/endpoints/admin.js (+0 -50)
📝 server/endpoints/system.js (+130 -0)
📝 server/models/workspaceChats.js (+1 -1)

📄 Description

resolves #341

Adding the ability to export all chats from all workspaces to JSONL format so these can be used in OpenAI fine tuning models.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/345 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 11/7/2023 **Status:** ✅ Merged **Merged:** 11/8/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `341-export-chat-history-as-jsonl` --- ### 📝 Commits (4) - [`18846e7`](https://github.com/Mintplex-Labs/anything-llm/commit/18846e7cb85d28838b7e9c6bbefb5851ee7f78d3) added JSONL export to workspace chats - [`5167810`](https://github.com/Mintplex-Labs/anything-llm/commit/5167810aa10a82cb9477f949ffbbfbac25e909d1) change permissions for workspace chat settings - [`51dcaea`](https://github.com/Mintplex-Labs/anything-llm/commit/51dcaeac95d26ed5c52c59f60ea0819b33aa7145) change permissions for workspace chat settings - [`bdbbd75`](https://github.com/Mintplex-Labs/anything-llm/commit/bdbbd75fd26cdd6777e6de83e3c233cde8782931) Show error for correct limit on fine-tune ### 📊 Changes **10 files changed** (+224 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/App.jsx` (+5 -6) 📝 `frontend/src/components/SettingsSidebar/index.jsx` (+17 -8) 📝 `frontend/src/models/admin.js` (+0 -25) 📝 `frontend/src/models/system.js` (+34 -0) 📝 `frontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx` (+2 -2) 📝 `frontend/src/pages/GeneralSettings/Chats/index.jsx` (+32 -6) 📝 `frontend/src/utils/paths.js` (+3 -0) 📝 `server/endpoints/admin.js` (+0 -50) 📝 `server/endpoints/system.js` (+130 -0) 📝 `server/models/workspaceChats.js` (+1 -1) </details> ### 📄 Description resolves #341 Adding the ability to export all chats from all workspaces to JSONL format so these can be used in OpenAI fine tuning models. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:31 -05:00
yindo closed this issue 2026-02-22 18:33:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3308