Skip to content

Commit 9014fb9

Browse files
committed
Add badges
1 parent 03a922c commit 9014fb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# chunkx
22

3+
[![Go Reference](https://pkg.go.dev/badge/github.com/gomantics/chunkx.svg)](https://pkg.go.dev/github.com/gomantics/chunkx)
4+
[![CI](https://github.com/gomantics/chunkx/actions/workflows/ci.yml/badge.svg)](https://github.com/gomantics/chunkx/actions/workflows/ci.yml)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/gomantics/chunkx)](https://goreportcard.com/report/github.com/gomantics/chunkx)
6+
37
A Go library for AST-based code chunking implementing the CAST (Chunking via Abstract Syntax Trees) algorithm from the paper ["cAST: Enhancing Code Retrieval-Augmented Generation with Structural Chunking via Abstract Syntax Tree"](https://arxiv.org/pdf/2506.15655).
48

59
## Features

0 commit comments

Comments
 (0)