14 lines
320 B
TOML
14 lines
320 B
TOML
[default]
|
|
description = "Default permissions for the vector-db plugin"
|
|
permissions = [
|
|
"allow-get-status",
|
|
"allow-create-collection",
|
|
"allow-insert-chunks",
|
|
"allow-search-collection",
|
|
"allow-delete-chunks",
|
|
"allow-delete-collection",
|
|
"allow-chunk-text",
|
|
"allow-list-attachments",
|
|
"allow-get-chunks",
|
|
]
|