π 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
Replace VERSION with the latest version which you can check here:
https://central.sonatype.com/artifact/ai.knowly/langtorch
Maven:
<dependency>
<groupId>ai.knowly</groupId>
<artifactId>langtorch</artifactId>
<version>VERSION</version>
</dependency>
Gradle:
implementation 'ai.knowly:langtorch:VERSION'
Last updated