Skip to content

Commit 09f29c7

Browse files
authored
Update README.md
1 parent 2d219e2 commit 09f29c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The excellent vector database [Pinecone](https://www.pinecone.io/) has [a very useful API](https://docs.pinecone.io/reference/describe_index_stats_post), but client support is sparse. While the API and its clients are in theory [based off of an OpenAPI spec](https://www.pinecone.io/learn/pinecone-v2/#rest-api-and-python-client), [no one seems to be able to find it](https://community.pinecone.io/t/openapi-spec-for-api-reference-is-not-found/827).
44

5-
But I needed an OpenAPI spec for the API, so I reverse engineered (read: copy and pasted from the documentation) [this OpenAPI spec](openapi.yml).
5+
But I needed an OpenAPI spec for the API, so I reverse engineered (read: copied and pasted from the documentation) [this OpenAPI spec](openapi.yml).
66

77
It is very new and so should be considered very experimental. If you use it and find a bug, please open an issue, or even better submit a pull request!
88

0 commit comments

Comments
 (0)