Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 524 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 524 Bytes

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