go through upload, create kb, add doc to kb (#11)

* add field progress msg into docinfo; add file processing procedure

* go through upload, create kb, add doc to kb
This commit is contained in:
KevinHuSh
2023-12-19 19:28:01 +08:00
committed by GitHub
parent d94c6df4a4
commit 249b27c1e0
24 changed files with 537 additions and 85 deletions

View File

@@ -24,6 +24,7 @@ listenfd = "1.0.1"
chrono = "0.4.31"
migration = { path = "./migration" }
futures-util = "0.3.29"
actix-multipart-extract = "0.1.5"
[[bin]]
name = "doc_gpt"