Files
ragflow/internal/service
Hz_ 9b83d0f154 fix(go): document count in kb (#16490)
### Summary
This PR fixes incorrect dataset document counters in the Go service.

Several document creation paths inserted document records directly
through documentDAO.Create, bypassing the shared InsertDocument logic
that increments knowledgebase.doc_num. As a result, datasets could
contain documents while doc_num remained 0.
2026-07-02 10:34:14 +08:00
..
2026-07-02 09:45:01 +08:00
2026-07-02 09:45:01 +08:00
2026-06-24 16:50:40 +08:00
2026-07-02 09:45:01 +08:00
2026-07-02 09:45:01 +08:00
2026-06-26 13:51:56 +08:00