📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
# Get Collection Details
|
||||
|
||||
Get detailed configuration of a specific collection including vectorizer, properties, replication, and multi-tenancy settings.
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
uv run scripts/get_collection.py --name "CollectionName" [--json]
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Flag | Required | Default | Description |
|
||||
|-----------|------|----------|---------|-------------|
|
||||
| `--name` | `-n` | Yes | — | Collection name |
|
||||
| `--json` | — | No | `false` | Output in JSON format |
|
||||
|
||||
## Output
|
||||
|
||||
- **Default**: Markdown-formatted collection details with property table
|
||||
- **JSON**: Full collection configuration object
|
||||
|
||||
## Examples
|
||||
|
||||
```bash
|
||||
uv run scripts/get_collection.py --name "Articles"
|
||||
```
|
||||
|
||||
```bash
|
||||
uv run scripts/get_collection.py --name "Products" --json
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user