[PR #1064] [CLOSED] fixed missing system-settings references #3570

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1064
Author: @GQAdonis
Created: 4/7/2024
Status: Closed

Base: masterHead: fix/missing-system-settings


📝 Commits (1)

  • a6a720d fixed missing system-settings references

📊 Changes

9 files changed (+15 additions, -0 deletions)

View changed files

📝 .dockerignore (+1 -0)
📝 .gitignore (+1 -0)
build.sh (+7 -0)
📝 server/utils/vectorDbProviders/astra/index.js (+1 -0)
📝 server/utils/vectorDbProviders/milvus/index.js (+1 -0)
📝 server/utils/vectorDbProviders/pinecone/index.js (+1 -0)
📝 server/utils/vectorDbProviders/qdrant/index.js (+1 -0)
📝 server/utils/vectorDbProviders/weaviate/index.js (+1 -0)
📝 server/utils/vectorDbProviders/zilliz/index.js (+1 -0)

📄 Description

Pull Request Type

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

Relevant Issues

The server project would not compile, as some of the vector database component implementations were missing a reference to the SystemSettings model.

What is in this change?

I simply added a reference to SystemSettings to all the vector database component code:

const {SystemSettings} = require("../../../models/systemSettings");

Additional Information

Add any other context about the Pull Request here that was not captured above.

Developer Validations

  • [x ] I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • [ x] I have tested my code functionality
  • [ x] 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/1064 **Author:** [@GQAdonis](https://github.com/GQAdonis) **Created:** 4/7/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/missing-system-settings` --- ### 📝 Commits (1) - [`a6a720d`](https://github.com/Mintplex-Labs/anything-llm/commit/a6a720dcb200fcdd37b57bf36d80379cab5935d7) fixed missing system-settings references ### 📊 Changes **9 files changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+1 -0) 📝 `.gitignore` (+1 -0) ➕ `build.sh` (+7 -0) 📝 `server/utils/vectorDbProviders/astra/index.js` (+1 -0) 📝 `server/utils/vectorDbProviders/milvus/index.js` (+1 -0) 📝 `server/utils/vectorDbProviders/pinecone/index.js` (+1 -0) 📝 `server/utils/vectorDbProviders/qdrant/index.js` (+1 -0) 📝 `server/utils/vectorDbProviders/weaviate/index.js` (+1 -0) 📝 `server/utils/vectorDbProviders/zilliz/index.js` (+1 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues The `server` project would not compile, as some of the vector database component implementations were missing a reference to the `SystemSettings` model. ### What is in this change? I simply added a reference to `SystemSettings` to all the vector database component code: ```javascript const {SystemSettings} = require("../../../models/systemSettings"); ``` ### 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 - [ ] 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:03 -05:00
yindo closed this issue 2026-02-22 18:34:03 -05:00
yindo changed title from [PR #1064] fixed missing system-settings references to [PR #1064] [CLOSED] fixed missing system-settings references 2026-06-05 15:14:06 -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#3570