update: pipeline, search, clip, embedding fixes

This commit is contained in:
Accusys
2026-05-17 19:46:35 +08:00
parent eec2eea880
commit 3164a65554
36 changed files with 4313 additions and 4061 deletions

View File

@@ -39,6 +39,8 @@ mac_address = "1.1"
subtle = "2.5"
aes-gcm = "0.10"
base64 = "0.22"
argon2 = "0.5"
jsonwebtoken = "9.3"
# Text processing
jieba-rs = "0.8.1"
@@ -59,7 +61,7 @@ pgvector = { version = "0.3", features = ["sqlx"] }
# HTTP Server
axum = { version = "0.7", features = ["multipart"] }
tower = "0.4"
tower-http = { version = "0.5", features = ["cors"] }
tower-http = { version = "0.5", features = ["cors", "fs"] }
# API Documentation
utoipa = { version = "4", features = ["axum_extras", "chrono", "uuid"] }