feat: (WIP) range requests

This commit is contained in:
2024-12-15 23:22:31 +00:00
parent 43df59414d
commit 4aa51fa41f
3 changed files with 105 additions and 8 deletions

View File

@ -52,3 +52,4 @@ candle-nn = { git = "https://git.v0l.io/huggingface/candle.git", tag = "0.8.1",
candle-transformers = { git = "https://git.v0l.io/huggingface/candle.git", tag = "0.8.1", optional = true }
sqlx-postgres = { version = "0.8.2", optional = true, features = ["chrono", "uuid"] }
mime2ext = "0.1.53"
http-range-header = "0.4.2"