ninegrid2 6.528.0 → 6.530.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/aiContainer.js +3 -7
- package/dist/bundle.cjs.js +3 -7
- package/dist/bundle.esm.js +3 -7
- package/package.json +1 -1
- package/src/ai/aiContainer.js +3 -7
package/dist/ai/aiContainer.js
CHANGED
|
@@ -233,8 +233,8 @@ class aiContainer extends HTMLElement
|
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
#q1 = async () => {
|
|
236
|
-
const filter = await this.#generateQdrantFilter();
|
|
237
|
-
return await this.#searchWithQdrantFilter(filter);
|
|
236
|
+
//const filter = await this.#generateQdrantFilter();
|
|
237
|
+
//return await this.#searchWithQdrantFilter(filter);
|
|
238
238
|
};
|
|
239
239
|
|
|
240
240
|
#q2 = async () => {
|
|
@@ -307,10 +307,6 @@ class aiContainer extends HTMLElement
|
|
|
307
307
|
}
|
|
308
308
|
};
|
|
309
309
|
|
|
310
|
-
#q3 = async () => {
|
|
311
|
-
const filter = await this.#generateQdrantFilter();
|
|
312
|
-
return await this.#searchWithQdrantFilter(filter);
|
|
313
|
-
};
|
|
314
310
|
|
|
315
311
|
#init = (info) => {
|
|
316
312
|
|
|
@@ -362,7 +358,7 @@ class aiContainer extends HTMLElement
|
|
|
362
358
|
await this.#q2();
|
|
363
359
|
}
|
|
364
360
|
else {
|
|
365
|
-
await this.#
|
|
361
|
+
await this.#q2();
|
|
366
362
|
}
|
|
367
363
|
} catch (error) {
|
|
368
364
|
//console.error("Error generating Qdrant filter:", error);
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -54323,8 +54323,8 @@ class aiContainer extends HTMLElement
|
|
|
54323
54323
|
}
|
|
54324
54324
|
|
|
54325
54325
|
#q1 = async () => {
|
|
54326
|
-
const filter = await this.#generateQdrantFilter();
|
|
54327
|
-
return await this.#searchWithQdrantFilter(filter);
|
|
54326
|
+
//const filter = await this.#generateQdrantFilter();
|
|
54327
|
+
//return await this.#searchWithQdrantFilter(filter);
|
|
54328
54328
|
};
|
|
54329
54329
|
|
|
54330
54330
|
#q2 = async () => {
|
|
@@ -54377,10 +54377,6 @@ class aiContainer extends HTMLElement
|
|
|
54377
54377
|
}
|
|
54378
54378
|
};
|
|
54379
54379
|
|
|
54380
|
-
#q3 = async () => {
|
|
54381
|
-
const filter = await this.#generateQdrantFilter();
|
|
54382
|
-
return await this.#searchWithQdrantFilter(filter);
|
|
54383
|
-
};
|
|
54384
54380
|
|
|
54385
54381
|
#init = (info) => {
|
|
54386
54382
|
|
|
@@ -54431,7 +54427,7 @@ class aiContainer extends HTMLElement
|
|
|
54431
54427
|
await this.#q2();
|
|
54432
54428
|
}
|
|
54433
54429
|
else {
|
|
54434
|
-
await this.#
|
|
54430
|
+
await this.#q2();
|
|
54435
54431
|
}
|
|
54436
54432
|
} catch (error) {
|
|
54437
54433
|
//console.error("Error generating Qdrant filter:", error);
|
package/dist/bundle.esm.js
CHANGED
|
@@ -54321,8 +54321,8 @@ class aiContainer extends HTMLElement
|
|
|
54321
54321
|
}
|
|
54322
54322
|
|
|
54323
54323
|
#q1 = async () => {
|
|
54324
|
-
const filter = await this.#generateQdrantFilter();
|
|
54325
|
-
return await this.#searchWithQdrantFilter(filter);
|
|
54324
|
+
//const filter = await this.#generateQdrantFilter();
|
|
54325
|
+
//return await this.#searchWithQdrantFilter(filter);
|
|
54326
54326
|
};
|
|
54327
54327
|
|
|
54328
54328
|
#q2 = async () => {
|
|
@@ -54375,10 +54375,6 @@ class aiContainer extends HTMLElement
|
|
|
54375
54375
|
}
|
|
54376
54376
|
};
|
|
54377
54377
|
|
|
54378
|
-
#q3 = async () => {
|
|
54379
|
-
const filter = await this.#generateQdrantFilter();
|
|
54380
|
-
return await this.#searchWithQdrantFilter(filter);
|
|
54381
|
-
};
|
|
54382
54378
|
|
|
54383
54379
|
#init = (info) => {
|
|
54384
54380
|
|
|
@@ -54429,7 +54425,7 @@ class aiContainer extends HTMLElement
|
|
|
54429
54425
|
await this.#q2();
|
|
54430
54426
|
}
|
|
54431
54427
|
else {
|
|
54432
|
-
await this.#
|
|
54428
|
+
await this.#q2();
|
|
54433
54429
|
}
|
|
54434
54430
|
} catch (error) {
|
|
54435
54431
|
//console.error("Error generating Qdrant filter:", error);
|
package/package.json
CHANGED
package/src/ai/aiContainer.js
CHANGED
|
@@ -233,8 +233,8 @@ class aiContainer extends HTMLElement
|
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
#q1 = async () => {
|
|
236
|
-
const filter = await this.#generateQdrantFilter();
|
|
237
|
-
return await this.#searchWithQdrantFilter(filter);
|
|
236
|
+
//const filter = await this.#generateQdrantFilter();
|
|
237
|
+
//return await this.#searchWithQdrantFilter(filter);
|
|
238
238
|
};
|
|
239
239
|
|
|
240
240
|
#q2 = async () => {
|
|
@@ -307,10 +307,6 @@ class aiContainer extends HTMLElement
|
|
|
307
307
|
}
|
|
308
308
|
};
|
|
309
309
|
|
|
310
|
-
#q3 = async () => {
|
|
311
|
-
const filter = await this.#generateQdrantFilter();
|
|
312
|
-
return await this.#searchWithQdrantFilter(filter);
|
|
313
|
-
};
|
|
314
310
|
|
|
315
311
|
#init = (info) => {
|
|
316
312
|
|
|
@@ -362,7 +358,7 @@ class aiContainer extends HTMLElement
|
|
|
362
358
|
await this.#q2();
|
|
363
359
|
}
|
|
364
360
|
else {
|
|
365
|
-
await this.#
|
|
361
|
+
await this.#q2();
|
|
366
362
|
}
|
|
367
363
|
} catch (error) {
|
|
368
364
|
//console.error("Error generating Qdrant filter:", error);
|