weaviate-collection-manager

Community

Effortlessly manage Weaviate collections & schemas.

Authorsaskinosie
Version1.0.0
Installs0

System Documentation

What problem does it solves? Manually creating and managing Weaviate collection schemas can be complex and error-prone, especially when dealing with various vectorizers, generative modules, and data types. This Skill simplifies the entire process, allowing you to define, inspect, and modify your database structure with ease.

Core Features & Use Cases

  • Schema Creation: Define new collections with specific properties, vectorizers (e.g., OpenAI, CLIP), and generative modules (for RAG).
  • Collection Inspection: View detailed configurations, properties, and vectorizer settings of existing collections.
  • Multi-modal Support: Create collections optimized for text, images, or a combination, enabling advanced search capabilities.
  • Use Case: Set up a new collection for your product catalog, defining properties for name, description, image (for multi-modal search), and price, then enable RAG for advanced querying and summarization.

Quick Start

Create a new Weaviate collection called 'MyDocuments' with the text2vec-openai vectorizer and properties for 'title' and 'content'.

Dependency Matrix

Required Modules

weaviate-client

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: weaviate-collection-manager
Download link: https://github.com/saskinosie/weaviate-claude-skills/archive/main.zip#weaviate-collection-manager

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository