Cppinecone
A C++ client for the Pinecone vector database
arguments.hpp File Reference

User-facing arguments for networking operations. More...

#include <string>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pinecone::net::connection_args
 Arguments required to connect to a Pinecone server. More...
 

Enumerations

enum class  pinecone::net::threading_mode { sync }
 Threading behaviors supported by http_client. More...
 

Detailed Description

User-facing arguments for networking operations.

Definition in file arguments.hpp.

Enumeration Type Documentation

◆ threading_mode

Threading behaviors supported by http_client.

Enumerator
sync 

Synchronous operation; in this mode, http_client instances are not thread-safe.

Definition at line 14 of file arguments.hpp.