Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.