#include <cassert>
#include <variant>
#include <spdlog/sinks/stdout_color_sinks.h>
#include "metadata_filtering.hpp"
int main(int argc, char** argv)
{
assert(argc == 3);
examples::run_metadata_example(client);
return 0;
}
Provides logging capability.
auto setup_logger(std::function< Logger(std::string const &)> const &builder) noexcept -> Logger
Configure the logger to user for Cppinecone logging.
The Pinecone API client (start here!)
static auto build(net::connection_args args) -> std::variant< pinecone_client< Mode >, std::string >
Attempts to initialize a new Pinecone API client.