1/// Error module for custom Pinecone errors. 2pub mod errors; 3 4/// Module for handling user-agent strings. 5pub mod user_agent;