src-tauri/plugins/tauri-plugin-vector-db/permissions/autogenerated/reference.md
Default permissions for the vector-db plugin
allow-get-statusallow-create-collectionallow-insert-chunksallow-create-fileallow-search-collectionallow-delete-chunksallow-delete-fileallow-delete-collectionallow-chunk-textallow-list-attachmentsallow-get-chunksvector-db:allow-chunk-text
Enables the chunk_text command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:deny-chunk-text
Denies the chunk_text command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:allow-create-collection
Enables the create_collection command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:deny-create-collection
Denies the create_collection command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:allow-create-file
Enables the create_file command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:deny-create-file
Denies the create_file command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:allow-delete-chunks
Enables the delete_chunks command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:deny-delete-chunks
Denies the delete_chunks command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:allow-delete-collection
Enables the delete_collection command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:deny-delete-collection
Denies the delete_collection command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:allow-delete-file
Enables the delete_file command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:deny-delete-file
Denies the delete_file command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:allow-get-chunks
Enables the get_chunks command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:deny-get-chunks
Denies the get_chunks command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:allow-get-status
Enables the get_status command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:deny-get-status
Denies the get_status command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:allow-insert-chunks
Enables the insert_chunks command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:deny-insert-chunks
Denies the insert_chunks command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:allow-list-attachments
Enables the list_attachments command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:deny-list-attachments
Denies the list_attachments command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:allow-search-collection
Enables the search_collection command without any pre-configured scope.
</td> </tr> <tr> <td>vector-db:deny-search-collection
Denies the search_collection command without any pre-configured scope.
</td> </tr> </table>