net.clojars.savya/chunk-clj

Recursive text splitting (chunking) for RAG and LLM pipelines: pluggable length (characters or tokens), configurable overlap, and ordered separators.

Leiningen/Boot

[net.clojars.savya/chunk-clj "0.1.0"]

Clojure CLI/deps.edn

net.clojars.savya/chunk-clj {:mvn/version "0.1.0"}

Gradle

implementation("net.clojars.savya:chunk-clj:0.1.0")

Maven

<dependency>
  <groupId>net.clojars.savya</groupId>
  <artifactId>chunk-clj</artifactId>
  <version>0.1.0</version>
</dependency>