[PR #339] [MERGED] disable import on hosted instances #3303

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

📋 Pull Request Information

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

Base: masterHead: 338-hide-importexport-on-hosted


📝 Commits (10+)

  • 77152b4 WIP on continuous prompt window summary
  • 34ca067 wip
  • 29635a1 Move chat out of VDB
  • 2ac1367 Implement compression for Anythropic
  • 9ad0c01 cleanup vectorDBs and check that lance, chroma, and pinecone are returning valid metadata sources
  • 306b112 Resolve Weaviate citation sources not working with schema
  • 808b8ee merge with master
  • 5fb7fd9 comment cleanup
  • 32de58c disable import on hosted instances
  • cf6b6c7 Merge branch 'infinite-prompt-input' into 338-hide-importexport-on-hosted

📊 Changes

1 file changed (+40 additions, -1 deletions)

View changed files

📝 frontend/src/pages/GeneralSettings/ExportImport/index.jsx (+40 -1)

📄 Description

resolves #338

Check if hostname is a hosted instance and disables uploading of exported anythingllm data to prevent users from corrupting their db schema on older versions.


🔄 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/339 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 11/6/2023 **Status:** ✅ Merged **Merged:** 11/6/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `338-hide-importexport-on-hosted` --- ### 📝 Commits (10+) - [`77152b4`](https://github.com/Mintplex-Labs/anything-llm/commit/77152b4d649f7387456958e560220b9ac8dc4a9d) WIP on continuous prompt window summary - [`34ca067`](https://github.com/Mintplex-Labs/anything-llm/commit/34ca06710b6c36becdd568ca1105ef5ded3f5200) wip - [`29635a1`](https://github.com/Mintplex-Labs/anything-llm/commit/29635a13e17b15495ec11161677ceea91372a890) Move chat out of VDB - [`2ac1367`](https://github.com/Mintplex-Labs/anything-llm/commit/2ac136745028a751c83304154a47db986bb1c2dd) Implement compression for Anythropic - [`9ad0c01`](https://github.com/Mintplex-Labs/anything-llm/commit/9ad0c0176090ca340d31a630a59bf9ab6c1e4fc2) cleanup vectorDBs and check that lance, chroma, and pinecone are returning valid metadata sources - [`306b112`](https://github.com/Mintplex-Labs/anything-llm/commit/306b112ba2dad63b52a2de5dc1295e0959df5226) Resolve Weaviate citation sources not working with schema - [`808b8ee`](https://github.com/Mintplex-Labs/anything-llm/commit/808b8eeb4ec3e681c30c159cef0d248726776cc1) merge with master - [`5fb7fd9`](https://github.com/Mintplex-Labs/anything-llm/commit/5fb7fd9abfd773eaff011ed5c83568b66f2b0231) comment cleanup - [`32de58c`](https://github.com/Mintplex-Labs/anything-llm/commit/32de58c55ac52e2350e66159503e0034d98dcbdb) disable import on hosted instances - [`cf6b6c7`](https://github.com/Mintplex-Labs/anything-llm/commit/cf6b6c717a7466cd3d6d8550ba062959171a5650) Merge branch 'infinite-prompt-input' into 338-hide-importexport-on-hosted ### 📊 Changes **1 file changed** (+40 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/GeneralSettings/ExportImport/index.jsx` (+40 -1) </details> ### 📄 Description resolves #338 Check if hostname is a hosted instance and disables uploading of exported anythingllm data to prevent users from corrupting their db schema on older versions. --- <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:30 -05:00
yindo closed this issue 2026-02-22 18:33:30 -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#3303