Complete AI TrainingYourJobSkills for your job

Skills / database

weaviate

Search, query, inspect, create, and import data into Weaviate vector database collections using official scripts and references.

IT & Software Developmentdata-importhybrid-searchsemantic-searchvector-databaseweaviate

Weaviate Database Operations

This skill provides comprehensive access to Weaviate vector databases including search operations, natural language queries, schema inspection, data exploration, filtered fetching, collection creation, and data imports.

When to Use This Skill

  • Use when the user needs to inspect Weaviate collections, schemas, or data distribution.
  • Use when running semantic, hybrid, keyword, filtered, or Query Agent searches against Weaviate.
  • Use when importing CSV, JSON, JSONL, or PDF data into a Weaviate collection.
  • Use when creating example data or a collection for a Weaviate-backed workflow.

Weaviate Cloud Instance

If the user does not have an instance yet, direct them to the cloud console to register and create a free sandbox. Create a Weaviate instance via Weaviate Cloud.

Environment Variables

Required:

  • WEAVIATE_URL - Your Weaviate Cloud cluster URL
  • WEAVIATE_API_KEY - Your Weaviate API key

External Provider Keys (auto-detected): Set only the keys your collections use, refer to [Environment Requirements](references/environment_requirements.md) for more information.

Script Index

Search & Query

  • [Query Agent - Ask Mode](references/ask.md): Use when the user wants a direct answer to a question based on collection data. The

Subscribers only

The full skill, its 27 bundled files and every download is included with every paid Complete AI plan.

Details

Sourceweaviate/agent-skills
LicenseBSD-3-Clause
Risk labelcritical ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md, references/ask.md, references/create_collection.md, references/environment_requirements.md, references/example_data.md, references/explore_collection.md, references/fetch_filter.md, references/get_collection.md, references/hybrid_search.md, references/import_data.md, references/keyword_search.md, references/list_collections.md, references/query_search.md, references/semantic_search.md, scripts/ask.py, scripts/create_collection.py, scripts/example_data.py, scripts/explore_collection.py, scripts/fetch_filter.py, scripts/get_collection.py, scripts/hybrid_search.py, scripts/import.py, scripts/keyword_search.py, scripts/list_collections.py, scripts/query_search.py, scripts/semantic_search.py, scripts/weaviate_conn.py
Added2026-06-29

Related skills

database-cloud-optimization-cost-optimize

You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP.

database-migration

Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments.

database-migrations-migration-observability

Migration monitoring, CDC, and observability infrastructure

database-migrations-sql-migrations

SQL database migrations with zero-downtime strategies for PostgreSQL, MySQL, and SQL Server. Focus on data integrity and rollback plans.

database-security

Authorized database security assessment across PostgreSQL, MySQL, MSSQL, MongoDB, and Redis: exposure, authorization gaps, UDF/command execution paths, and misconfiguration review.

drizzle-migration-conflict

Diagnose, repair, and prevent Drizzle Kit migration conflicts involving generated SQL, snapshots, journals, merge queues, and team workflows.