Add optional module to vectors manifest
This commit is contained in:
parent
8e2b117573
commit
f732b8ae4c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue