[PR #3825] [CLOSED] Ditd 4140 #4422

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3825
Author: @Bert4214
Created: 5/14/2025
Status: Closed

Base: masterHead: DITD-4140


📝 Commits (3)

📊 Changes

3 files changed (+314 additions, -1 deletions)

View changed files

📝 server/utils/chats/stream.js (+38 -1)
server/utils/helpers/chat/hierarchyRanks.js (+187 -0)
server/utils/helpers/chat/relevanceCheck.js (+89 -0)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

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/3825 **Author:** [@Bert4214](https://github.com/Bert4214) **Created:** 5/14/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `DITD-4140` --- ### 📝 Commits (3) - [`7c3480e`](https://github.com/Mintplex-Labs/anything-llm/commit/7c3480ec8bd310acc29083ac9957dedb18c3508d) Add relevanceCheck - [`3a32125`](https://github.com/Mintplex-Labs/anything-llm/commit/3a32125bab22fc674c5df1af88ec9927e9e3fb9a) Merge pull request #1 from jgollihe/test - [`c33ff8c`](https://github.com/Mintplex-Labs/anything-llm/commit/c33ff8c42ae4181721ea8d58570000ec708764fd) Hierarchy formula ### 📊 Changes **3 files changed** (+314 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/chats/stream.js` (+38 -1) ➕ `server/utils/helpers/chat/hierarchyRanks.js` (+187 -0) ➕ `server/utils/helpers/chat/relevanceCheck.js` (+89 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### 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. --> ### 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:35:48 -05:00
yindo closed this issue 2026-02-22 18:35:48 -05:00
yindo changed title from [PR #3825] Ditd 4140 to [PR #3825] [CLOSED] Ditd 4140 2026-06-05 15:18:29 -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#4422