[PR #3857] [CLOSED] Llama Stack Integration #4434

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3857
Author: @hardikjshah
Created: 5/20/2025
Status: Closed

Base: masterHead: stack


📝 Commits (4)

  • d83be7a integrating with stack for vector store
  • 08b86da fix document embedding
  • 0b623bf fix file uploads, rag and search for files
  • 307c304 Merge branch 'master' into stack

📊 Changes

11 files changed (+1654 additions, -38 deletions)

View changed files

frontend/src/components/VectorDBSelection/LlamaStackOptions/index.jsx (+23 -0)
frontend/src/media/vectordbs/llamastack.png (+0 -0)
📝 frontend/src/pages/GeneralSettings/VectorDatabase/index.jsx (+9 -0)
📝 frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx (+9 -0)
package-lock.json (+1258 -0)
📝 package.json (+4 -1)
📝 server/utils/chats/apiChatHandler.js (+25 -24)
📝 server/utils/chats/stream.js (+12 -12)
📝 server/utils/helpers/index.js (+4 -1)
📝 server/utils/helpers/updateENV.js (+7 -0)
server/utils/vectorDbProviders/llamastack/index.js (+303 -0)

📄 Description

No description provided


🔄 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/3857 **Author:** [@hardikjshah](https://github.com/hardikjshah) **Created:** 5/20/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `stack` --- ### 📝 Commits (4) - [`d83be7a`](https://github.com/Mintplex-Labs/anything-llm/commit/d83be7a8dd2307faabda19ef63ab4285eca33acf) integrating with stack for vector store - [`08b86da`](https://github.com/Mintplex-Labs/anything-llm/commit/08b86dacabb91c29fa33c89120f9188e62049b98) fix document embedding - [`0b623bf`](https://github.com/Mintplex-Labs/anything-llm/commit/0b623bf7fec512e2d41292fed86c61b7e64ec62e) fix file uploads, rag and search for files - [`307c304`](https://github.com/Mintplex-Labs/anything-llm/commit/307c30425c13f3163db3cc114cf63652939996eb) Merge branch 'master' into stack ### 📊 Changes **11 files changed** (+1654 additions, -38 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/VectorDBSelection/LlamaStackOptions/index.jsx` (+23 -0) ➕ `frontend/src/media/vectordbs/llamastack.png` (+0 -0) 📝 `frontend/src/pages/GeneralSettings/VectorDatabase/index.jsx` (+9 -0) 📝 `frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx` (+9 -0) ➕ `package-lock.json` (+1258 -0) 📝 `package.json` (+4 -1) 📝 `server/utils/chats/apiChatHandler.js` (+25 -24) 📝 `server/utils/chats/stream.js` (+12 -12) 📝 `server/utils/helpers/index.js` (+4 -1) 📝 `server/utils/helpers/updateENV.js` (+7 -0) ➕ `server/utils/vectorDbProviders/llamastack/index.js` (+303 -0) </details> ### 📄 Description _No description provided_ --- <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:35:49 -05:00
yindo closed this issue 2026-02-22 18:35:49 -05:00
yindo changed title from [PR #3857] Llama Stack Integration to [PR #3857] [CLOSED] Llama Stack Integration 2026-06-05 15:18:32 -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#4434