Skip to content
Merged
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: 0 additions & 1 deletion Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ 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
4 changes: 0 additions & 4 deletions crates/utopia-core/src/models.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1077,10 +1077,6 @@ pub struct KnowledgeBase {
/// 这次打开治理的时刻;保险丝只数它之后的撤回(0025 决定 9)。
/// 新库生下来就开着治理,这一格于是等于建库的时刻(0050)
pub governance_since: Option<DateTime<Utc>>,
/// 开放抽取(0044 第一刀,#729):开着,抽取只写开放图谱——陈述照文档的字落库
/// (`facts.layer = 'open'`),不读本体、不问日期。**缺省开**(0044 决定 2);关掉走
/// 带本体的老路,它按决定 3 只是已批准本体下的可选第二路,等对齐追平就退场
pub open_extraction: bool,
/// 多久重推一次(分钟)。见 `knowledge_bases.inference_interval_minutes`
pub inference_interval_minutes: i32,
/// 上次推完的时间。**答的是「上次看过没有」,不是「上次改过没有」**
Expand Down
1 change: 0 additions & 1 deletion crates/utopia-extract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ anyhow.workspace = true
chrono.workspace = true
utopia-llm.workspace = true
tracing.workspace = true
unicode-segmentation.workspace = true
1,243 changes: 25 additions & 1,218 deletions crates/utopia-extract/src/lib.rs

Large diffs are not rendered by default.

Loading
Loading