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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@ The official Pinecone python package has been renamed from `pinecone-client` to
4
4
**remove**`pinecone-client` from your project dependencies and then **add** the `pinecone` package to get the
5
5
latest updates.
6
6
7
-
> [!WARNING]
8
-
> Failure to remove `pinecone-client` before installing `pinecone` can lead to confusing interactions
9
-
> between the two packages.
7
+
8
+
**WARNING:** Failure to remove `pinecone-client` before installing `pinecone` can lead to confusing interactions
9
+
between the two packages.
10
+
11
+
## Upgrade steps
10
12
11
13
```sh
12
14
pip uninstall pinecone-client
@@ -20,6 +22,8 @@ pip uninstall pinecone-client
20
22
pip install "pinecone[grpc]"
21
23
```
22
24
25
+
For info on code changes that may impact you, see [Release Notes](https://github.com/pinecone-io/pinecone-python-client/releases) and [Upgrading](https://github.com/pinecone-io/pinecone-python-client/blob/main/docs/upgrading.md)
26
+
23
27
## Links
24
28
25
29
-`pinecone` on [PyPI](https://pypi.org/project/pinecone/)
0 commit comments