Add optional module to vectors manifest

This commit is contained in:
Cohee 2024-01-27 23:09:41 +02:00
parent 8e2b117573
commit f732b8ae4c
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
"display_name": "Vector Storage",
"loading_order": 100,
"requires": [],
"optional": [],
"optional": [
"embeddings"
],
"generate_interceptor": "vectors_rearrangeChat",
"js": "index.js",
"css": "style.css",