From d988bf7ec8e50689780efb1a72456dc52a25840b Mon Sep 17 00:00:00 2001 From: "lengjs@wsidomidata.com" Date: Thu, 12 Jun 2025 18:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=8E=86=E5=8F=B2=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E6=96=87=E4=BB=B6=E6=94=AF=E6=8C=81=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=85=83=E7=B4=A0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/fields/message_fields.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/fields/message_fields.py b/api/fields/message_fields.py index e6aebd810f..429e4275d6 100644 --- a/api/fields/message_fields.py +++ b/api/fields/message_fields.py @@ -38,6 +38,7 @@ retriever_resource_fields = { "index_node_hash": fields.String, "content": fields.String, "created_at": TimestampField, + "doc_metadata": fields.Raw, } message_fields = {