Ast fork (#92)

This commit is contained in:
Yichuan Wang
2025-09-08 18:43:31 -07:00
committed by GitHub
parent e309f292de
commit 3b8dc6368e
6 changed files with 51 additions and 9 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"