Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change "client" to "SDK" #64

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pinecone Go Client · ![License](https://img.shields.io/github/license/pinecone-io/go-pinecone?color=orange) [![Go Reference](https://pkg.go.dev/badge/github.com/pinecone-io/go-pinecone.svg)](https://pkg.go.dev/github.com/pinecone-io/go-pinecone@main/pinecone) [![Go Report Card](https://goreportcard.com/badge/github.com/pinecone-io/go-pinecone)](https://goreportcard.com/report/github.com/pinecone-io/go-pinecone)
# Pinecone Go SDK · ![License](https://img.shields.io/github/license/pinecone-io/go-pinecone?color=orange) [![Go Reference](https://pkg.go.dev/badge/github.com/pinecone-io/go-pinecone.svg)](https://pkg.go.dev/github.com/pinecone-io/go-pinecone@main/pinecone) [![Go Report Card](https://goreportcard.com/badge/github.com/pinecone-io/go-pinecone)](https://goreportcard.com/report/github.com/pinecone-io/go-pinecone)

This is the official Go client for [Pinecone](https://www.pinecone.io).
This is the official Go SDK for [Pinecone](https://www.pinecone.io).

## Documentation

Expand All @@ -19,9 +19,9 @@ go-pinecone contains

See the [Pinecone API Docs](https://docs.pinecone.io/reference/) for more information.

## Upgrading your client
## Upgrading the SDK

To upgrade your client to the latest version, run:
To upgrade the SDK to the latest version, run:

```shell
go get -u github.com/pinecone-io/go-pinecone/pinecone@latest
Expand All @@ -33,7 +33,7 @@ go get -u github.com/pinecone-io/go-pinecone/pinecone@latest

## Installation

To install the Pinecone Go client, run the following in your terminal:
To install the Pinecone Go SDK, run the following in your terminal:

```shell
go get github.com/pinecone-io/go-pinecone/pinecone
Expand Down