Fixes 14217: database retrieve api and chat-messages api response doc_metadata (#14219)

This commit is contained in:
yuhaowin
2025-02-27 14:56:46 +08:00
committed by GitHub
parent 5f692dfce2
commit 1e3197a1ea
6 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ document_fields = {
"data_source_type": fields.String,
"name": fields.String,
"doc_type": fields.String,
"doc_metadata": fields.Raw,
}
segment_fields = {