Skip to content

Commit 0234950

Browse files
authored
Merge branch 'main' into release-candidate/2025-04
2 parents 0a07f51 + b20be3c commit 0234950

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The Pinecone Python client therefore supports Poetry as its primary means of ena
3535

3636
On the [GitHub repository page](https://github.com/pinecone-io/pinecone-python-client) page, click the fork button at the top of the screen and create a personal fork of the repository:
3737

38-
![Create a GitHub fork of the Pinecone Python client](./docs/pinecone-python-client-fork.png)
38+
![Create a GitHub fork of the Pinecone Python client](./pdoc/pinecone-python-client-fork.png)
3939

4040
It will take a few seconds for your fork to be ready. When it's ready, **clone your fork** of the Pinecone python client repository to your machine.
4141

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ pip3 install "pinecone[asyncio,grpc]"
4747

4848
```shell
4949
# Install the latest version
50-
uv install pinecone
50+
uv add pinecone
5151

5252
# Install the latest version, optional dependencies
53-
uv install "pinecone[asyncio,grpc]"
53+
uv add "pinecone[asyncio,grpc]"
5454
```
5555

5656
#### Installing with [poetry](https://python-poetry.org/)

0 commit comments

Comments
 (0)