You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,21 @@
2
2
3
3
A Java native client for Weaviate.
4
4
5
-
## Usage
5
+
## ⚠️ New Java client version ⚠️
6
6
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`:
0 commit comments