chroma_fork_collection
Duplicate an existing Chroma collection into a new collection with optional custom metadata, enabling data versioning or isolated experimentation.
Instructions
Fork a Chroma collection.
Args:
collection_name: Name of the collection to fork
new_collection_name: Name of the new collection to create
metadata: Optional metadata dict to add to the new collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_name | Yes | ||
| new_collection_name | Yes |