[PR #112] [MERGED] Add chat/converstaion mode as the default chat mode for all Vector Databases #3205

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/112
Author: @timothycarambat
Created: 6/26/2023
Status: Merged
Merged: 6/26/2023
Merged by: @timothycarambat

Base: masterHead: conversation-support


📝 Commits (2)

  • 0d6da4c Add chat/converstaion mode as the default chat mode
  • ef10bd6 remove console logs

📊 Changes

8 files changed (+352 additions, -58 deletions)

View changed files

📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx (+101 -11)
📝 frontend/src/components/WorkspaceChat/ChatContainer/index.jsx (+3 -1)
📝 server/models/workspaceChats.js (+4 -4)
📝 server/utils/chats/index.js (+4 -1)
📝 server/utils/helpers/index.js (+1 -0)
📝 server/utils/vectorDbProviders/chroma/index.js (+82 -0)
📝 server/utils/vectorDbProviders/lance/index.js (+89 -18)
📝 server/utils/vectorDbProviders/pinecone/index.js (+68 -23)

📄 Description

Show menu for toggling options for chat/query/reset command Show chat status below input
resolves #61


🔄 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/112 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/26/2023 **Status:** ✅ Merged **Merged:** 6/26/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `conversation-support` --- ### 📝 Commits (2) - [`0d6da4c`](https://github.com/Mintplex-Labs/anything-llm/commit/0d6da4cbe7e7fffafe71541a568a8ee829f4c9cb) Add chat/converstaion mode as the default chat mode - [`ef10bd6`](https://github.com/Mintplex-Labs/anything-llm/commit/ef10bd673b0e5f2841c36a701f437ca7c8ebb113) remove console logs ### 📊 Changes **8 files changed** (+352 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx` (+101 -11) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/index.jsx` (+3 -1) 📝 `server/models/workspaceChats.js` (+4 -4) 📝 `server/utils/chats/index.js` (+4 -1) 📝 `server/utils/helpers/index.js` (+1 -0) 📝 `server/utils/vectorDbProviders/chroma/index.js` (+82 -0) 📝 `server/utils/vectorDbProviders/lance/index.js` (+89 -18) 📝 `server/utils/vectorDbProviders/pinecone/index.js` (+68 -23) </details> ### 📄 Description Show menu for toggling options for chat/query/reset command Show chat status below input resolves #61 --- <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:16 -05:00
yindo closed this issue 2026-02-22 18:33:16 -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#3205