π Introduction
Langtorch is a Java library that allows you to build composable LLM(Large Language Model) applications with ease
π¨β οΈ Warning: β οΈπ¨
This library is still in active development and is not ready for production use.
π Getting Started
<dependency>
<groupId>ai.knowly</groupId>
<artifactId>langtorch</artifactId>
<version>VERSION</version>
</dependency>implementation 'ai.knowly:langtorch:VERSION'Last updated