Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ tantivy-jieba = "0.20"
text-splitter = { version = "0.32", features = ["tiktoken-rs"] }
# 分块预算按 token 数:cl100k 的排名表随 crate 内嵌,离线可用
tiktoken-rs = "0.12"
# 句子边界按 Unicode 标准(UAX #29)切,不自己写标点规则
unicode-segmentation = "1.13"
pdf-extract = "0.12"
calamine = "0.36"
pgvector = { version = "0.4", features = ["sqlx"] }
Expand Down
1 change: 1 addition & 0 deletions crates/utopia-extract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ anyhow.workspace = true
chrono.workspace = true
utopia-llm.workspace = true
tracing.workspace = true
unicode-segmentation.workspace = true
Loading
Loading