[PR #152] [MERGED] [Fork] Additions on franzbischoff resolution on #122 #3219

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/152
Author: @timothycarambat
Created: 7/20/2023
Status: Merged
Merged: 7/20/2023
Merged by: @timothycarambat

Base: masterHead: features/prompt


📝 Commits (3)

  • 3311e39 Related to Issue #122, Implemented custom prompt in workspace settings.
  • 3c82767 run linter
  • 720319a Remove code duplication for chat prompt injection

📊 Changes

10 files changed (+93 additions, -28 deletions)

View changed files

📝 frontend/.eslintrc.cjs (+17 -12)
📝 frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx (+30 -0)
📝 frontend/src/components/Modals/Settings/ExportImport/index.jsx (+3 -1)
📝 frontend/src/components/Sidebar/index.jsx (+3 -2)
📝 frontend/src/utils/chat/index.js (+7 -0)
📝 server/models/workspace.js (+8 -1)
📝 server/utils/chats/index.js (+9 -0)
📝 server/utils/vectorDbProviders/chroma/index.js (+3 -2)
📝 server/utils/vectorDbProviders/lance/index.js (+3 -2)
📝 server/utils/vectorDbProviders/pinecone/index.js (+10 -8)

📄 Description

Original Author: franzbischoff

Print:
image

resolves #122


🔄 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/152 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 7/20/2023 **Status:** ✅ Merged **Merged:** 7/20/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `features/prompt` --- ### 📝 Commits (3) - [`3311e39`](https://github.com/Mintplex-Labs/anything-llm/commit/3311e3970d339db02932bfe239d11b0f75bd57f5) Related to Issue #122, Implemented custom prompt in workspace settings. - [`3c82767`](https://github.com/Mintplex-Labs/anything-llm/commit/3c82767304301a404cfa925ea546c37082ee9343) run linter - [`720319a`](https://github.com/Mintplex-Labs/anything-llm/commit/720319a552bf194b48e777b82fa0fd2053dacb9a) Remove code duplication for chat prompt injection ### 📊 Changes **10 files changed** (+93 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `frontend/.eslintrc.cjs` (+17 -12) 📝 `frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx` (+30 -0) 📝 `frontend/src/components/Modals/Settings/ExportImport/index.jsx` (+3 -1) 📝 `frontend/src/components/Sidebar/index.jsx` (+3 -2) 📝 `frontend/src/utils/chat/index.js` (+7 -0) 📝 `server/models/workspace.js` (+8 -1) 📝 `server/utils/chats/index.js` (+9 -0) 📝 `server/utils/vectorDbProviders/chroma/index.js` (+3 -2) 📝 `server/utils/vectorDbProviders/lance/index.js` (+3 -2) 📝 `server/utils/vectorDbProviders/pinecone/index.js` (+10 -8) </details> ### 📄 Description Original Author: [franzbischoff](https://github.com/franzbischoff) Print: ![image](https://github.com/Mintplex-Labs/anything-llm/assets/984592/dea6dfd3-4e29-4b08-b902-2b0be4b3433f) resolves #122 --- <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:18 -05:00
yindo closed this issue 2026-02-22 18:33:18 -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#3219