1
1
# Pinecone PHP
2
2
3
- A beautiful, extendable PHP Package to communicate with your [ pincone .io] ( https://pincone .io ) indices, collections and
3
+ A beautiful, extendable PHP Package to communicate with your [ pinecone .io] ( https://pinecone .io ) indices, collections and
4
4
vectors, powered by [ Saloon] ( https://github.com/sammyjo20/saloon ) .
5
5
6
6
> ** Info**
@@ -9,23 +9,23 @@ vectors, powered by [Saloon](https://github.com/sammyjo20/saloon).
9
9
10
10
## Introduction
11
11
12
- This API provides a feature rich, elegant baseline for working with the [ pincone .io] ( https://pincone .io ) API. Developers
12
+ This API provides a feature rich, elegant baseline for working with the [ pinecone .io] ( https://pinecone .io ) API. Developers
13
13
can
14
- install and leverage this API to help them integrate [ pincone .io] ( https://pincone .io ) easily and beautifully.
14
+ install and leverage this API to help them integrate [ pinecone .io] ( https://pinecone .io ) easily and beautifully.
15
15
16
16
## Installation
17
17
18
18
` composer require probots-io/pinecone-php `
19
19
20
20
## Features
21
21
22
- Currently supports all of the available endpoints in the [ pincone .io] ( https://pincone .io ) API based
22
+ Currently supports all of the available endpoints in the [ pinecone .io] ( https://pinecone .io ) API based
23
23
on [ the official documentation] ( https://docs.pinecone.io/reference )
24
24
25
25
### Authentication
26
26
27
27
Authentication via Api Key is the only available authentication methods currently supported.
28
- First, you will need to create an Api Key in your [ pincone .io] ( https://pincone .io ) instance.
28
+ First, you will need to create an Api Key in your [ pinecone .io] ( https://pinecone .io ) instance.
29
29
30
30
``` php
31
31
use \Probots\Pinecone\Client as Pinecone;
@@ -79,7 +79,7 @@ if($response->successful()) {
79
79
80
80
### List Indices
81
81
82
- [ Pincone Docs] ( https://docs.pinecone.io/reference/list_indexes )
82
+ [ Pinecone Docs] ( https://docs.pinecone.io/reference/list_indexes )
83
83
84
84
``` php
85
85
$response = $pinecone->index()->list();
@@ -299,4 +299,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
299
299
- [ ] Implement Custom Exceptions
300
300
- [ ] Add failure tests
301
301
- [ ] Add some examples
302
- - [ ] Finish docs
302
+ - [ ] Finish docs
0 commit comments