Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pinecone/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down