ninegrid2 6.512.0 → 6.513.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 +1 -4
- package/dist/bundle.cjs.js +1 -4
- package/dist/bundle.esm.js +1 -4
- package/package.json +1 -1
- package/src/ai/aiContainer.js +1 -4
package/dist/ai/aiContainer.js
CHANGED
|
@@ -98,11 +98,8 @@ class aiContainer extends HTMLElement
|
|
|
98
98
|
return colInfo;
|
|
99
99
|
};
|
|
100
100
|
|
|
101
|
+
|
|
101
102
|
#generateQdrantFilter = async (userInput) => {
|
|
102
|
-
return JSON.parse(userInput);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
#generateQdrantFilter1 = async (userInput) => {
|
|
106
103
|
|
|
107
104
|
const systemMessage = "You are a helpful assistant.";
|
|
108
105
|
// Qdrant 필터로 변환하기 위한 프롬프트 엔지니어링
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -27952,11 +27952,8 @@ class aiContainer extends HTMLElement
|
|
|
27952
27952
|
return colInfo;
|
|
27953
27953
|
};
|
|
27954
27954
|
|
|
27955
|
+
|
|
27955
27956
|
#generateQdrantFilter = async (userInput) => {
|
|
27956
|
-
return JSON.parse(userInput);
|
|
27957
|
-
}
|
|
27958
|
-
|
|
27959
|
-
#generateQdrantFilter1 = async (userInput) => {
|
|
27960
27957
|
|
|
27961
27958
|
const systemMessage = "You are a helpful assistant.";
|
|
27962
27959
|
// Qdrant 필터로 변환하기 위한 프롬프트 엔지니어링
|
package/dist/bundle.esm.js
CHANGED
|
@@ -27950,11 +27950,8 @@ class aiContainer extends HTMLElement
|
|
|
27950
27950
|
return colInfo;
|
|
27951
27951
|
};
|
|
27952
27952
|
|
|
27953
|
+
|
|
27953
27954
|
#generateQdrantFilter = async (userInput) => {
|
|
27954
|
-
return JSON.parse(userInput);
|
|
27955
|
-
}
|
|
27956
|
-
|
|
27957
|
-
#generateQdrantFilter1 = async (userInput) => {
|
|
27958
27955
|
|
|
27959
27956
|
const systemMessage = "You are a helpful assistant.";
|
|
27960
27957
|
// Qdrant 필터로 변환하기 위한 프롬프트 엔지니어링
|
package/package.json
CHANGED
package/src/ai/aiContainer.js
CHANGED
|
@@ -98,11 +98,8 @@ class aiContainer extends HTMLElement
|
|
|
98
98
|
return colInfo;
|
|
99
99
|
};
|
|
100
100
|
|
|
101
|
+
|
|
101
102
|
#generateQdrantFilter = async (userInput) => {
|
|
102
|
-
return JSON.parse(userInput);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
#generateQdrantFilter1 = async (userInput) => {
|
|
106
103
|
|
|
107
104
|
const systemMessage = "You are a helpful assistant.";
|
|
108
105
|
// Qdrant 필터로 변환하기 위한 프롬프트 엔지니어링
|