diff --git a/README.md b/README.md index a3cd6ab..1b18683 100644 --- a/README.md +++ b/README.md @@ -608,7 +608,7 @@ func main() { ### Describe index statistics -The following examlpe describes the statistics of an index by name. +The following example describes the statistics of an index by name. ```go package main diff --git a/pinecone/client.go b/pinecone/client.go index faef0d1..1f5b22e 100644 --- a/pinecone/client.go +++ b/pinecone/client.go @@ -2055,7 +2055,7 @@ type EmbedResponse struct { // if err != nil { // log.Fatalf("Failed to embed: %v", err) // } else { -// fmt.Printf("Successfull generated embeddings: %+v", res) +// fmt.Printf("Successfully generated embeddings: %+v", res) // } func (i *InferenceService) Embed(ctx context.Context, in *EmbedRequest) (*EmbedResponse, error) { if len(in.TextInputs) == 0 {