Skip to content

Commit cf5a632

Browse files
authored
Integrate with TreeSitter for SplitRecursively. #109 (#128)
* Add a bunch of tree sitter dependencies. * Integrate with `TreeSitter` for `SplitRecursively`.
1 parent dcc483c commit cf5a632

File tree

2 files changed

+218
-174
lines changed

2 files changed

+218
-174
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ console-subscriber = "0.4.1"
4949
env_logger = "0.11.7"
5050
reqwest = { version = "0.12.13", features = ["json"] }
5151
async-openai = "0.28.0"
52+
tree-sitter = "0.25.3"
53+
tree-sitter-python = "0.23.6"
54+
tree-sitter-javascript = "0.23.1"
55+
tree-sitter-typescript = "0.23.2"
56+
tree-sitter-md = "0.3.2"

0 commit comments

Comments
 (0)