[PR #1231] [MERGED] bump langchain deps #3625

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1231
Author: @timothycarambat
Created: 4/29/2024
Status: Merged
Merged: 4/30/2024
Merged by: @timothycarambat

Base: masterHead: 1225-bump-langchain-dep


📝 Commits (4)

  • e5c470e bump langchain deps
  • 927585b patch native and ollama providers remove deprecated deps
  • 8f0aa87 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 1225-bump-langchain-dep
  • 5b063ef Merge branch '1225-bump-langchain-dep' of github.com:Mintplex-Labs/anything-llm into 1225-bump-langchain-dep

📊 Changes

10 files changed (+234 additions, -114 deletions)

View changed files

📝 collector/package.json (+2 -2)
📝 collector/yarn.lock (+87 -46)
📝 server/package.json (+7 -2)
📝 server/utils/AiProviders/native/index.js (+3 -3)
📝 server/utils/AiProviders/ollama/index.js (+3 -3)
📝 server/utils/TextSplitter/index.js (+1 -1)
📝 server/utils/agents/aibitat/providers/ai-provider.js (+5 -5)
📝 server/utils/agents/aibitat/utils/summarize.js (+2 -2)
📝 server/utils/vectorDbProviders/lance/index.js (+0 -4)
📝 server/yarn.lock (+124 -46)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #1225

What is in this change?

Additional Information

Verify:

  • Ollama chat
  • Text splitter modifications
  • agent chat OpenAI
  • agent chat Anthropic
  • agent summarize
  • agent scrape site
  • scrape site
  • docx
  • pdf
  • epub
  • confluence
  • github

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/1231 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/30/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1225-bump-langchain-dep` --- ### 📝 Commits (4) - [`e5c470e`](https://github.com/Mintplex-Labs/anything-llm/commit/e5c470ec9f537593befa567a4a6026f6e88ed0b1) bump langchain deps - [`927585b`](https://github.com/Mintplex-Labs/anything-llm/commit/927585bbd2b4933148db03a636dfb064dfc0a7a3) patch native and ollama providers remove deprecated deps - [`8f0aa87`](https://github.com/Mintplex-Labs/anything-llm/commit/8f0aa87d9ca7a329b00658c727f3a02d32e583e8) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 1225-bump-langchain-dep - [`5b063ef`](https://github.com/Mintplex-Labs/anything-llm/commit/5b063ef9ae2329ae577bf06e16ad697e915b4fdf) Merge branch '1225-bump-langchain-dep' of github.com:Mintplex-Labs/anything-llm into 1225-bump-langchain-dep ### 📊 Changes **10 files changed** (+234 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `collector/package.json` (+2 -2) 📝 `collector/yarn.lock` (+87 -46) 📝 `server/package.json` (+7 -2) 📝 `server/utils/AiProviders/native/index.js` (+3 -3) 📝 `server/utils/AiProviders/ollama/index.js` (+3 -3) 📝 `server/utils/TextSplitter/index.js` (+1 -1) 📝 `server/utils/agents/aibitat/providers/ai-provider.js` (+5 -5) 📝 `server/utils/agents/aibitat/utils/summarize.js` (+2 -2) 📝 `server/utils/vectorDbProviders/lance/index.js` (+0 -4) 📝 `server/yarn.lock` (+124 -46) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [x] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1225 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> Verify: - [x] Ollama chat - [x] Text splitter modifications - [x] agent chat OpenAI - [x] agent chat Anthropic - [x] agent summarize - [x] agent scrape site - [x] scrape site - [x] docx - [x] pdf - [x] epub - [x] confluence - [x] github ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] 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 --- <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:10 -05:00
yindo closed this issue 2026-02-22 18:34:10 -05:00
yindo changed title from [PR #1231] bump langchain deps to [PR #1231] [MERGED] bump langchain deps 2026-06-05 15:14:22 -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#3625