Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigpwned/pinecone-openapi-spec
Unofficial, reverse-engineered, community-managed OpenAPI spec for the Pinecone API
https://github.com/sigpwned/pinecone-openapi-spec
openapi openapi-spec pinecone
Last synced: 8 days ago
JSON representation
Unofficial, reverse-engineered, community-managed OpenAPI spec for the Pinecone API
- Host: GitHub
- URL: https://github.com/sigpwned/pinecone-openapi-spec
- Owner: sigpwned
- License: apache-2.0
- Created: 2023-04-01T03:17:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-19T04:33:54.000Z (over 1 year ago)
- Last Synced: 2024-10-31T07:51:33.847Z (15 days ago)
- Topics: openapi, openapi-spec, pinecone
- Homepage: https://github.com/sigpwned/pinecone-openapi-spec
- Size: 58.6 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pinecone-openapi-spec
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).
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).
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!
Bug fixes will be released as tags so that users can reference a specific version of the spec and have confidence it won't change. Release tags will use the format `YYYYMMDD.N`.