Skip to content

Commit 5ee9a6a

Browse files
authored
Merge pull request #519 from weaviate/update-main-readme
Update README
2 parents 149afd0 + 0f67dcb commit 5ee9a6a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@
22

33
A Java native client for Weaviate.
44

5-
## Usage
5+
## ⚠️ New Java client version ⚠️
66

7-
To start using Weaviate Java client add this dependency to `pom.xml`:
7+
The **Weaviate Java Client v6** is now available and should be used for all new projects:
8+
9+
- **[Switch to v6 branch](https://github.com/weaviate/java-client/tree/v6)**
10+
11+
**The v5 client is now deprecated** and will not receive updates for new Weaviate features. We strongly recommend migrating to v6 to access the latest capabilities and improvements.
12+
13+
---
14+
15+
## Usage (v5 - Deprecated)
16+
17+
> **Note:** The information below is for the deprecated v5 client. Please use v6 for new projects.
18+
19+
To start using Weaviate Java client v5, add this dependency to `pom.xml`:
820

921
```xml
1022

0 commit comments

Comments
 (0)