Files
ragflow/internal
Haruko386 ee45c97b0b fix: unadble to add metadata for file in kb (#16523)
### Summary

As title

Before, it return `update success` but never insert or update any
metadata

fixed:

```go
	_, err = s.docEngine.InsertMetadata(nil, []map[string]interface{}{
		{
			"id":          docID,
			"kb_id":       doc.KbID,
			"meta_fields": meta,
		},
	}, tenantID)
```
2026-07-02 12:06:05 +08:00
..
2026-07-02 09:45:01 +08:00
2026-07-02 09:45:01 +08:00
2026-07-02 09:45:01 +08:00
2026-07-02 09:45:01 +08:00
2026-07-01 18:17:53 +08:00