Skip to content

Commit

Permalink
Merge branch 'release/0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
derpoho committed Jan 8, 2025
2 parents f487e7a + 4513d62 commit 8af442f
Show file tree
Hide file tree
Showing 3 changed files with 475 additions and 463 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ $pinecone = new Pinecone($apiKey, $indexHost);
> **Info**
> The index host should include `https://`, which you may need to prepend to the value returned from Pinecone.
> **Info**
> The index host should include `https://`, which you may need to prepend to the value returned from Pinecone.
## Responses

All responses are returned as a `Response` object.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.3",
"saloonphp/saloon": "^3.6"
},
"autoload": {
Expand Down
Loading

0 comments on commit 8af442f

Please sign in to comment.