Skip to main content
Go to documentation:
⌘U
Weaviate Database

Develop AI applications using Weaviate's APIs and tools

Deploy

Deploy, configure, and maintain Weaviate Database

Query Agent

Run agentic search over your Weaviate Cloud collections

Weaviate Cloud

Manage and scale Weaviate in the cloud

Engram

Persistent memory for LLM agents and applications

Additional resources

Integrations
Weaviate Academy

Need help?

Weaviate LogoAsk AI Assistant⌘K
Support
Community Forum
Contributor guide

Query tool

Query Agent Tool

You can query your collection using natural language with the Query Agent.

The Weaviate Cloud (WCD) query tool is a browser-based GraphQL IDE. Use the query tool to work interactively with your Weaviate Cloud clusters.

GraphiQL

is built into the query tool. GraphiQL provides many features that make GraphQL easier to use interactively:


  1. Syntax highlighting
  2. Intelligent type ahead
  3. Automatic completion for queries and variables
  4. Real-time error highlighting and reporting for queries and variables

Query tool in Weaviate Cloud
Query tool in Weaviate Cloud.

Open the query tool

To open the query tool for a cluster:

  1. Open the Weaviate Cloud console.

  2. Click on the Query button and choose a cluster from the list.

Query tool in Weaviate Cloud
Query tool in Weaviate Cloud.

Query tool console

The query tool has the following components:

  1. An editor for writing GraphQL queries (1).

  2. A button for executing the query (2).

  3. A panel containing the response (3).

  4. A panel for passing variables and headers ( 4).

Query tool in Weaviate Cloud
Query tool in Weaviate Cloud.

Authentication

The query tool connects to Weaviate Cloud free and Shared Cloud clusters without any additional authentication details.

Pass inference keys

To pass API keys for inference modules, use request headers. The Headers tab is at the bottom of the query screen. Add the service inference key to the query headers.

In this example, the X-OpenAI-Api-Key header sets the OpenAI API key. The header can also pass multiple keys.

Further resources

Support

If you use Weaviate Cloud (Database cluster(s) or Weaviate product in the cloud) or have a self-hosted support package, open a ticket in the Support Portal or email Weaviate support directly. To add a support plan, contact Weaviate sales.

Use the Support Portal for direct help from the Weaviate team: open and track tickets, and we'll respond in line with your support plan. The Community Forum is open to everyone, and a great place to ask questions, get help with your cluster, and connect with other developers. For all the ways to get help, see the Support overview.