[PR #2870] [MERGED] fix wrong metadata assignment in MilvusProvider #4164

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2870
Author: @wolfganghuse
Created: 12/18/2024
Status: Merged
Merged: 12/18/2024
Merged by: @timothycarambat

Base: masterHead: bug-milvus-metadata


📝 Commits (1)

  • ee11163 fixed wrong metadata assignment

📊 Changes

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

View changed files

📝 server/utils/vectorDbProviders/milvus/index.js (+1 -1)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #2869

What is in this change?

Fixed metadata assignment when crafting milvus payload

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/2870 **Author:** [@wolfganghuse](https://github.com/wolfganghuse) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/18/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `bug-milvus-metadata` --- ### 📝 Commits (1) - [`ee11163`](https://github.com/Mintplex-Labs/anything-llm/commit/ee11163f2fe5552938eefdaed7bfe3b3d644d48c) fixed wrong metadata assignment ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/vectorDbProviders/milvus/index.js` (+1 -1) </details> ### 📄 Description ### Pull Request Type - [ ] ✨ feat - [X] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues resolves #2869 ### What is in this change? Fixed metadata assignment when crafting milvus payload ### 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 - [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:35:16 -05:00
yindo closed this issue 2026-02-22 18:35:16 -05:00
yindo changed title from [PR #2870] fix wrong metadata assignment in MilvusProvider to [PR #2870] [MERGED] fix wrong metadata assignment in MilvusProvider 2026-06-05 15:17:09 -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#4164