[Fix] Enable AST chunking when installed (package chunking utils) (#101)

* fix(core): package chunking utils for AST chunking; re-export in apps; CLI imports packaged utils

* style

* chore: fix ruff warnings (RUF059, F401)

* style
This commit is contained in:
Andy Lee
2025-09-17 18:44:00 -07:00
committed by GitHub
parent c5a29f849a
commit e93c0dec6f
4 changed files with 59 additions and 141 deletions

View File

@@ -74,7 +74,7 @@ class ChromeHistoryReader(BaseReader):
if count >= max_count and max_count > 0:
break
last_visit, url, title, visit_count, typed_count, hidden = row
last_visit, url, title, visit_count, typed_count, _hidden = row
# Create document content with metadata embedded in text
doc_content = f"""