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
Prepare for v2.0.0 release and update README + add migration guide (#145)
## Problem
Prepare to release v2.0.0
## Solution
To release v2.0.0:
1. add migration guide
2. update SDK version#
3. update README
4. update CHANGELOG
## Type of Change
- [X] Non-code change (docs, etc)
## Test Plan
NA
Alternatively, you can use our standalone uberjar [pinecone-client-1.2.2-all.jar](https://repo1.maven.org/maven2/io/pinecone/pinecone-client/1.2.2/pinecone-client-1.2.2-all.jar), which bundles the pinecone
32
-
client and all dependencies together. You can include this in your classpath like you do with any 3rd party JAR without
31
+
Alternatively, you can use our standalone uberjar [pinecone-client-2.0.0-all.jar](https://repo1.maven.org/maven2/io/pinecone/pinecone-client/2.0.0/pinecone-client-2.0.0-all.jar), which bundles the pinecone
32
+
client and all dependencies together. You can include this in your classpath like you do with any 3rd party JAR without
33
33
having to obtain the *pinecone-client* dependencies separately.
34
34
35
35
[comment]: <>(^ [pc:VERSION_LATEST_RELEASE])
@@ -94,19 +94,17 @@ serverless and regional availability, see [Understanding indexes](https://docs.p
Operations related to the indexing, deleting, and querying of vectors are called [data plane](https://docs.pinecone.io/reference/api/introduction#data-plane)
207
251
operations.
208
252
209
-
210
-
211
-
212
-
213
253
The following example upserts vectors to `example-index`.
0 commit comments