weave-setup

Configure weave-cli for vector database RAG setup and health checks.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Maximilien-ai/weave-cli-skills --skill weave-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weave-setup
Source: https://github.com/Maximilien-ai/weave-cli-skills/tree/main/skills/weave-setup
Command: npx skills add https://github.com/Maximilien-ai/weave-cli-skills --skill weave-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures weave-cli to enable easy setup and management of vector database RAG solutions, consolidating installation, configuration, diagnostics, and VDB health checks in a single workflow.

Core Features & Use Cases

  • Setup & Installation: Install weave-cli via preferred method (brew or go install) and initialize basic configuration.
  • Configuration Management: Create or update config.yaml and .env files to connect to chosen vector databases.
  • Diagnostics & Health: Run weave doctor and health checks to verify system readiness and VDB connectivity.
  • VDB Selection & Orchestration: Select and configure the appropriate vector databases for a project, preparing the stack for ingestion and querying workflows.
  • Use Case: A devops engineer sets up weave-cli for a new project, runs diagnostics, and validates connectivity before handing off to data ingestion.

Quick Start

Install weave-cli and configure a VDB, then run weave doctor to verify connectivity.

Frequently Asked Questions about weave-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up weave-cli for vector database RAG workflows?

To set up weave-cli for vector database RAG workflows, install the CLI via brew or go install, create or update config.yaml and .env files, select your target VDB, and run weave doctor to verify system readiness and connectivity.

How can I run diagnostics and health checks on my vector database connectivity?

You can run diagnostics and health checks on vector database connectivity by executing the weave doctor command, which verifies system readiness, validates VDB connections, and identifies configuration issues across local and cloud deployments.

Does weave-cli support both local and cloud vector database deployments?

Yes, weave-cli supports both local and cloud vector database deployments, allowing you to configure connections, manage environments, and run health checks seamlessly across different infrastructure setups during your RAG workflow initialization.

What is the best way to configure vector databases for a new RAG project?

The best way to configure vector databases for a new RAG project is using weave-cli's interactive configuration workflow to select and orchestrate your VDB, generate necessary config.yaml files, and validate connectivity before data ingestion.

Why does my weave-cli configuration fail to connect to the vector database?

Weave-cli configuration may fail to connect to the vector database due to missing or incorrect environment variables in .env files, invalid config.yaml settings, or unresolved network issues that the weave doctor diagnostics tool can help identify.

Can I use weave-cli to manage environment configurations for multiple VDB RAG deployments?

Yes, weave-cli enables environment management for multiple VDB RAG deployments through interactive config creation, allowing you to generate and update distinct config.yaml and .env files for different local and cloud vector database stacks.