Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ Embeddings produced by `jina-embeddings-v4` serve as the backbone for neural inf
|
|
41 |
Built based on [Qwen/Qwen2.5-VL-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct), `jina-embeddings-v4` has the following features:
|
42 |
|
43 |
- **Unified embeddings** for text, images, and visual documents, supporting both dense (single-vector) and late-interaction (multi-vector) retrieval.
|
44 |
-
- **Multilingual support** (
|
45 |
- **Task-specific adapters** for retrieval, text matching, and code-related tasks, which can be selected at inference time.
|
46 |
- **Flexible embedding size**: dense embeddings are 2048 dimensions by default but can be truncated to as low as 128 with minimal performance loss.
|
47 |
|
|
|
41 |
Built based on [Qwen/Qwen2.5-VL-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct), `jina-embeddings-v4` has the following features:
|
42 |
|
43 |
- **Unified embeddings** for text, images, and visual documents, supporting both dense (single-vector) and late-interaction (multi-vector) retrieval.
|
44 |
+
- **Multilingual support** (30+ languages) and compatibility with a wide range of domains, including technical and visually complex documents.
|
45 |
- **Task-specific adapters** for retrieval, text matching, and code-related tasks, which can be selected at inference time.
|
46 |
- **Flexible embedding size**: dense embeddings are 2048 dimensions by default but can be truncated to as low as 128 with minimal performance loss.
|
47 |
|