Fix Typo in Milvus Provider and Update Comment in Prisma Schema (#4003)
* Update schema.prisma * Update index.js
This commit is contained in:
parent
7d34ef426c
commit
e37f20f547
@ -185,7 +185,7 @@ model workspace_chats {
|
|||||||
include Boolean @default(true)
|
include Boolean @default(true)
|
||||||
user_id Int?
|
user_id Int?
|
||||||
thread_id Int? // No relation to prevent whole table migration
|
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())
|
createdAt DateTime @default(now())
|
||||||
lastUpdatedAt DateTime @default(now())
|
lastUpdatedAt DateTime @default(now())
|
||||||
feedbackScore Boolean?
|
feedbackScore Boolean?
|
||||||
|
|||||||
@ -118,7 +118,7 @@ const Milvus = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "metadata",
|
name: "metadata",
|
||||||
decription: "metadata",
|
description: "metadata",
|
||||||
data_type: DataType.JSON,
|
data_type: DataType.JSON,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user