Tavily Search Access and Setup
Tavily Search Access and Setup
The Tavily resources server requires a Tavily key and a local domain-exclusion policy. Judge-enabled configs also need model access; the dataset recipe below needs separate GitLab access.
Access requirements
NVIDIA users can start with @rgala, the existing access contact, to identify the owners and obtain:
- A Tavily key, permitted usage, and quota.
- The approved exclusion-policy artifact, version, checksum, and refresh requirements.
- The GitLab MLflow-compatible registry URI, read token, dataset version, and artifact names.
- Policy-model and judge-model endpoints and credentials.
The server host needs network access to each service. Keep their credentials separate and out of source control and logs.
External users can contact the maintainers to discuss access options for the policy and internal datasets before running this recipe. These require separate authorization from Tavily service access. Use private channels for credentials and policy contents.
Exclusion policy
Obtain the approved JSON from its owner and place it at an absolute path readable
by the resources-server process, including inside its container if applicable.
Set TAVILY_EXCLUDE_DOMAINS_FILE to that path and compare its SHA-256 with the
owner-provided checksum. Record the version and follow the owner’s instructions
for downloading and refreshing this file.
The parser
reads a notices list containing properties entries with type: "domain"
and value. Use the complete, unmodified approved policy. If the file is missing
or fails to load, request a compatible approved artifact from its owner.
Configure services
Add these references to the repo-root, gitignored env.yaml, matching the
shipped vLLM-judge config:
Supply the environment variables through your credential workflow. The endpoint must serve the named judge model; leave its key empty only if the operator confirms unauthenticated access. Configure the policy model separately using the vLLM guide.
GitLab datasets
Add the registry endpoint and token references to env.yaml:
Use the MLflow-compatible project registry URI supplied by its owner. See the configuration reference and dataset CLI.
These names and paths match the shipped config. Confirm access to version
0.0.1 and both artifacts before running from the repository root:
For access errors, check the token and project permissions with the owner. For missing artifacts, confirm the version/name mapping and align the local config. Use these splits for training and validation; the committed example is for small setup checks.
Run
With Gym installed and the prerequisites configured:
Before scaling up, run a small evaluation and inspect the search response, policy exclusions, and judge result to validate the workflow.