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.
@@ -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 필터로 변환하기 위한 프롬프트 엔지니어링
@@ -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 필터로 변환하기 위한 프롬프트 엔지니어링
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.512.0",
4
+ "version": "6.513.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -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 필터로 변환하기 위한 프롬프트 엔지니어링