πŸ‘‹ 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