finish ast fork

This commit is contained in:
yichuan520030910320
2025-09-08 14:34:41 -07:00
parent 950728bd25
commit 2d58650b04
4 changed files with 43 additions and 6 deletions

View File

@@ -99,6 +99,7 @@ wechat-exporter = "wechat_exporter.main:main"
leann-core = { path = "packages/leann-core", editable = true }
leann-backend-diskann = { path = "packages/leann-backend-diskann", editable = true }
leann-backend-hnsw = { path = "packages/leann-backend-hnsw", editable = true }
astchunk = { path = "packages/astchunk-leann", editable = true }
[tool.ruff]
target-version = "py39"