[PR #1138] [MERGED] [FEAT] Remove vectordb and embedder settings in onboarding flow #3597

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1138
Author: @shatfield4
Created: 4/19/2024
Status: Merged
Merged: 4/22/2024
Merged by: @timothycarambat

Base: masterHead: 1137-feat-remove-vectordb-and-embedder-settings-in-onboarding-flow


📝 Commits (6)

  • 53464ba default to AnythingLLM embedder and LanceDB on onboarding for simpler setup
  • 15e5158 remove unused onboarding flow components
  • 41a29cb add text telling user settings can be reconfigured later
  • bc8bce3 remove space
  • 1488992 update copy
  • 365ce33 merge with master

📊 Changes

8 files changed (+15 additions, -397 deletions)

View changed files

📝 frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx (+1 -1)
📝 frontend/src/pages/GeneralSettings/PrivacyAndData/index.jsx (+3 -1)
📝 frontend/src/pages/OnboardingFlow/Steps/CustomLogo/index.jsx (+1 -1)
📝 frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx (+6 -1)
frontend/src/pages/OnboardingFlow/Steps/EmbeddingPreference/index.jsx (+0 -186)
📝 frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx (+4 -1)
frontend/src/pages/OnboardingFlow/Steps/VectorDatabaseConnection/index.jsx (+0 -202)
📝 frontend/src/pages/OnboardingFlow/Steps/index.jsx (+0 -4)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #1137

What is in this change?

  • To help with ease of setup, the user only has to setup their LLM Provider
  • Default to using the AnythingLLM embedder and LanceDB for vector database

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/1138 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 4/19/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1137-feat-remove-vectordb-and-embedder-settings-in-onboarding-flow` --- ### 📝 Commits (6) - [`53464ba`](https://github.com/Mintplex-Labs/anything-llm/commit/53464ba4b3ca5d487f96a5784910dfb94c63a5b0) default to AnythingLLM embedder and LanceDB on onboarding for simpler setup - [`15e5158`](https://github.com/Mintplex-Labs/anything-llm/commit/15e515876c71daa2e44d327a3fe2850c966b267b) remove unused onboarding flow components - [`41a29cb`](https://github.com/Mintplex-Labs/anything-llm/commit/41a29cb0602da1a2fc0c9644d55349cbcdf5dc20) add text telling user settings can be reconfigured later - [`bc8bce3`](https://github.com/Mintplex-Labs/anything-llm/commit/bc8bce387b977e1a773e61e089c839edf8687a06) remove space - [`1488992`](https://github.com/Mintplex-Labs/anything-llm/commit/148899287a9a7eb6797414a74845e66fb0aa8d20) update copy - [`365ce33`](https://github.com/Mintplex-Labs/anything-llm/commit/365ce338fe416ad5fc03b3fa1ffa4cbc6043de8f) merge with master ### 📊 Changes **8 files changed** (+15 additions, -397 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/GeneralSettings/EmbeddingPreference/index.jsx` (+1 -1) 📝 `frontend/src/pages/GeneralSettings/PrivacyAndData/index.jsx` (+3 -1) 📝 `frontend/src/pages/OnboardingFlow/Steps/CustomLogo/index.jsx` (+1 -1) 📝 `frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx` (+6 -1) ➖ `frontend/src/pages/OnboardingFlow/Steps/EmbeddingPreference/index.jsx` (+0 -186) 📝 `frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx` (+4 -1) ➖ `frontend/src/pages/OnboardingFlow/Steps/VectorDatabaseConnection/index.jsx` (+0 -202) 📝 `frontend/src/pages/OnboardingFlow/Steps/index.jsx` (+0 -4) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1137 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - To help with ease of setup, the user only has to setup their LLM Provider - Default to using the AnythingLLM embedder and LanceDB for vector database ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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:34:06 -05:00
yindo closed this issue 2026-02-22 18:34:06 -05:00
yindo changed title from [PR #1138] [FEAT] Remove vectordb and embedder settings in onboarding flow to [PR #1138] [MERGED] [FEAT] Remove vectordb and embedder settings in onboarding flow 2026-06-05 15:14:15 -04: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#3597