Fix Typo in Milvus Provider and Update Comment in Prisma Schema (#4003)

* Update schema.prisma

* Update index.js
This commit is contained in:
FT 2025-06-15 21:58:56 +02:00 committed by GitHub
parent 7d34ef426c
commit e37f20f547
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ model workspace_chats {
include Boolean @default(true)
user_id Int?
thread_id Int? // No relation to prevent whole table migration
api_session_id String? // String identifier for only the dev API to parition chats in any mode.
api_session_id String? // String identifier for only the dev API to partition chats in any mode.
createdAt DateTime @default(now())
lastUpdatedAt DateTime @default(now())
feedbackScore Boolean?

View File

@ -118,7 +118,7 @@ const Milvus = {
},
{
name: "metadata",
decription: "metadata",
description: "metadata",
data_type: DataType.JSON,
},
],