create_collection
Create a new document collection to organize knowledge for semantic search and RAG-based answers. Provide a name and optional description.
Instructions
Create a new document collection.
Args:
name: Collection name (alphanumeric, hyphens, underscores).
description: Optional collection description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |