# 👋 Introduction

### 🚨⚠️ Warning:  ⚠️🚨

#### This library is still in active development and is not ready for production use.

## 🚀 Getting Started&#x20;

Replace VERSION with the latest version which you can check here:

<https://central.sonatype.com/artifact/ai.knowly/langtorch>

**Maven**:

```xml
<dependency>
  <groupId>ai.knowly</groupId>
  <artifactId>langtorch</artifactId>
  <version>VERSION</version>
</dependency>
```

**Gradle**:

```gradle
implementation 'ai.knowly:langtorch:VERSION'
```
