[PR #4003] [MERGED] Fix Typo in Milvus Provider and Update Comment in Prisma Schema #4491

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4003
Author: @zeevick10
Created: 6/14/2025
Status: Merged
Merged: 6/15/2025
Merged by: @timothycarambat

Base: masterHead: master


📝 Commits (2)

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

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

📄 Description

Description:
This pull request addresses two minor issues:

  1. Corrects a typo in the Milvus vector DB provider (decriptiondescription) for the metadata field.
  2. Updates the comment for the api_session_id field in the Prisma schema for workspace_chats to clarify its purpose.

🔄 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/4003 **Author:** [@zeevick10](https://github.com/zeevick10) **Created:** 6/14/2025 **Status:** ✅ Merged **Merged:** 6/15/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`ee5e16b`](https://github.com/Mintplex-Labs/anything-llm/commit/ee5e16b2bd0e66d3f374879b1550ba91a55574ce) Update schema.prisma - [`41cf603`](https://github.com/Mintplex-Labs/anything-llm/commit/41cf6031bada093d33012b5544fb4a32a1a7d699) Update index.js ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `server/prisma/schema.prisma` (+1 -1) 📝 `server/utils/vectorDbProviders/milvus/index.js` (+1 -1) </details> ### 📄 Description Description: This pull request addresses two minor issues: 1. Corrects a typo in the Milvus vector DB provider (`decription` → `description`) for the metadata field. 2. Updates the comment for the `api_session_id` field in the Prisma schema for `workspace_chats` to clarify its purpose. --- <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:56 -05:00
yindo closed this issue 2026-02-22 18:35:56 -05:00
yindo changed title from [PR #4003] Fix Typo in Milvus Provider and Update Comment in Prisma Schema to [PR #4003] [MERGED] Fix Typo in Milvus Provider and Update Comment in Prisma Schema 2026-06-05 15:18:50 -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#4491