---
title: "Version 3.0"
slug: "ml-version-30"
updated: 2025-04-28T13:28:00Z
published: 2025-04-28T13:28:00Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.knovvu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Version 3.0

## Version 3.0
### 28 April, 2025

:::(Error) (Important Note)
Starting from v3.0, the **text-language-v11 version** must be used to enable **shared usage** of the text language detection module across all tenants. Since the existing tenant-specific pods will **automatically timeout** after a certain period, no additional action is required.
:::

:::(Error) (Important Note)
Starting from v3.0, the text-manip service has been **moved from the common namespace to the stai namespace**. As part of this change, the new service address has been defined as an environment variable:
```json
"SestekNerClient": {
  "BaseUrl": "{{textmanipBaseUrl}}"
}
```
:::

:::(Warning) (ai-agent Module Requirements)

| CPU Request | CPU Limit | Memory Request | Memory Limit |
| --- | --- | --- | --- |
| 500m | 1000m | 2000Mi | 2000Mi | 
:::

:::(Warning) (Qdrant Vector DB Requirements)

| CPU Request | CPU Limit | Memory Request | Memory Limit |
| --- | --- | --- | --- |
| 2000m | 2000m | 4000Mi | 4000Mi | 
:::

:::(Info) (AI Module Note)
Please use the following stable AI modules for the v3.0 update! 

* ai-agent (v1) -- Optional service, requires Qdrant Vector Database
* sentence-embedding (v22)
* text-normalization (v29)
* text-classification-mlp (v25)
* question-answering (v17)
* text-sentiment (v17)
* text-clustering (v27)
* text-language (v11)
* text-summarization (v8) -- Requires Vllm for operation, cannot function independently.
:::

### Enhancements
* The ai-agent-v1 module has been tested and released. This module utilizes the Qdrant vector database to store created AI Agents.

### Improvements

**New Version of AI Modules:**

* sentence-embedding-v22 has been tested and released.
* text-normalization-v29 has been tested and released.
* text-classification-mlp-v25 has been tested and released.
* question-answering-v17 has been tested and released.
* text-sentiment-v17 has been tested and released.
* text-clustering-v27 has been tested and released.
* text-language-v11 has been tested and released.
