R/0_connect.R
get_inference_url.Rd
Constructs URLs for Pinecone's Inference API (api.pinecone.io). This is used for embedding and reranking operations.
get_inference_url(set_path = NA)
API path (e.g., "embed", "rerank")
Full URL string for the inference API
if (FALSE) { # \dontrun{ get_inference_url("embed") get_inference_url("rerank") } # }