migrate
This commit is contained in:
14
public/scripts/extensions/vectors/manifest.json
Normal file
14
public/scripts/extensions/vectors/manifest.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"display_name": "Vector Storage",
|
||||
"loading_order": 100,
|
||||
"requires": [],
|
||||
"optional": [
|
||||
"embeddings"
|
||||
],
|
||||
"generate_interceptor": "vectors_rearrangeChat",
|
||||
"js": "index.js",
|
||||
"css": "style.css",
|
||||
"author": "Cohee#1207",
|
||||
"version": "1.0.0",
|
||||
"homePage": "https://github.com/ChuQuadrant/ChuQuadrant"
|
||||
}
|
Reference in New Issue
Block a user