2025-10-08 16:08:40 +07:00

2.9 KiB

Default Permission

Default permissions for the vector-db plugin

This default permission set includes the following:

  • 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

Permission Table

Identifier Description

vector-db:allow-chunk-text

Enables the chunk_text command without any pre-configured scope.

vector-db:deny-chunk-text

Denies the chunk_text command without any pre-configured scope.

vector-db:allow-create-collection

Enables the create_collection command without any pre-configured scope.

vector-db:deny-create-collection

Denies the create_collection command without any pre-configured scope.

vector-db:allow-delete-chunks

Enables the delete_chunks command without any pre-configured scope.

vector-db:deny-delete-chunks

Denies the delete_chunks command without any pre-configured scope.

vector-db:allow-delete-collection

Enables the delete_collection command without any pre-configured scope.

vector-db:deny-delete-collection

Denies the delete_collection command without any pre-configured scope.

vector-db:allow-get-chunks

Enables the get_chunks command without any pre-configured scope.

vector-db:deny-get-chunks

Denies the get_chunks command without any pre-configured scope.

vector-db:allow-get-status

Enables the get_status command without any pre-configured scope.

vector-db:deny-get-status

Denies the get_status command without any pre-configured scope.

vector-db:allow-insert-chunks

Enables the insert_chunks command without any pre-configured scope.

vector-db:deny-insert-chunks

Denies the insert_chunks command without any pre-configured scope.

vector-db:allow-list-attachments

Enables the list_attachments command without any pre-configured scope.

vector-db:deny-list-attachments

Denies the list_attachments command without any pre-configured scope.

vector-db:allow-search-collection

Enables the search_collection command without any pre-configured scope.

vector-db:deny-search-collection

Denies the search_collection command without any pre-configured scope.