Cppinecone
A C++ client for the Pinecone vector database
Cppinecone

Cppinecone is a C++-17 client for the Pinecone vector database.

For technical details (including the quick-start guide), please see the official documentation.

Features

  • Simple by default!
  • Support for all API operations, including index and collection management
  • Exception-free by default, opt-in exceptions available if desired
  • Minimal and customizable allocation

Future work

  • Asynchronous API client
  • API customization policies