Comment by blef
6 months ago
> - Code Chunking: Chunks code files by creating an AST and finding ideal split points.
I'd be interested to use it for SQL, did you try? Does it works well with it? I'm not familiar with the tree-sitter library
6 months ago
> - Code Chunking: Chunks code files by creating an AST and finding ideal split points.
I'd be interested to use it for SQL, did you try? Does it works well with it? I'm not familiar with the tree-sitter library
Yes :) Code chunker is fantastic for SQL