We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36257c6 commit 80d03c9Copy full SHA for 80d03c9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codebolt/codeboltjs",
3
- "version": "1.1.54",
+ "version": "1.1.55",
4
"description": "",
5
"keywords": [],
6
"author": "",
src/modules/vectordb.ts
@@ -83,7 +83,7 @@ const VectorDB = {
83
return new Promise((resolve, reject) => {
84
cbws.getWebsocket.send(JSON.stringify({
85
"type":"vectordbEvent",
86
- "action": "queryVectorItem",
+ "action": "queryVectorItems",
87
"message": {
88
items,
89
dbPath
0 commit comments