Skip to contents

Constructs URLs for Pinecone's Inference API (api.pinecone.io). This is used for embedding and reranking operations.

Usage

get_inference_url(set_path = NA)

Arguments

set_path

API path (e.g., "embed", "rerank")

Value

Full URL string for the inference API

Examples

if (FALSE) { # \dontrun{
get_inference_url("embed")
get_inference_url("rerank")
} # }