@retrivora-ai/rag-engine 1.3.6 → 1.3.8
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.
|
@@ -1705,8 +1705,6 @@ When presenting structured data, statistics, or comparisons, decide if it is bes
|
|
|
1705
1705
|
3. dataKeys MUST exactly match the property names in the data objects.
|
|
1706
1706
|
4. data objects MUST be FLAT (no nested objects or arrays).
|
|
1707
1707
|
5. DO NOT output naked JSON; it MUST be wrapped in \`\`\`chart ... \`\`\`.
|
|
1708
|
-
6. The UI HAS a built-in charting engine. NEVER provide Python, Plotly, or Matplotlib code.
|
|
1709
|
-
7. NEVER apologize or claim you cannot render charts. Simply use the \`\`\`chart\`\`\` block.
|
|
1710
1708
|
\`\`\`chart
|
|
1711
1709
|
{
|
|
1712
1710
|
"type": "bar" | "line" | "pie",
|
|
@@ -2270,8 +2268,6 @@ When presenting structured data, statistics, or comparisons, decide if it is bes
|
|
|
2270
2268
|
3. dataKeys MUST exactly match the property names in the data objects.
|
|
2271
2269
|
4. data objects MUST be FLAT (no nested objects or arrays).
|
|
2272
2270
|
5. DO NOT output naked JSON; it MUST be wrapped in \`\`\`chart ... \`\`\`.
|
|
2273
|
-
6. The UI HAS a built-in charting engine. NEVER provide Python, Plotly, or Matplotlib code.
|
|
2274
|
-
7. NEVER apologize or claim you cannot render charts. Simply use the \`\`\`chart\`\`\` block.
|
|
2275
2271
|
\`\`\`chart
|
|
2276
2272
|
{
|
|
2277
2273
|
"type": "bar" | "line" | "pie",
|
package/dist/handlers/index.js
CHANGED
|
@@ -3274,8 +3274,6 @@ When presenting structured data, statistics, or comparisons, decide if it is bes
|
|
|
3274
3274
|
3. dataKeys MUST exactly match the property names in the data objects.
|
|
3275
3275
|
4. data objects MUST be FLAT (no nested objects or arrays).
|
|
3276
3276
|
5. DO NOT output naked JSON; it MUST be wrapped in \`\`\`chart ... \`\`\`.
|
|
3277
|
-
6. The UI HAS a built-in charting engine. NEVER provide Python, Plotly, or Matplotlib code.
|
|
3278
|
-
7. NEVER apologize or claim you cannot render charts. Simply use the \`\`\`chart\`\`\` block.
|
|
3279
3277
|
\`\`\`chart
|
|
3280
3278
|
{
|
|
3281
3279
|
"type": "bar" | "line" | "pie",
|
|
@@ -3833,8 +3831,6 @@ When presenting structured data, statistics, or comparisons, decide if it is bes
|
|
|
3833
3831
|
3. dataKeys MUST exactly match the property names in the data objects.
|
|
3834
3832
|
4. data objects MUST be FLAT (no nested objects or arrays).
|
|
3835
3833
|
5. DO NOT output naked JSON; it MUST be wrapped in \`\`\`chart ... \`\`\`.
|
|
3836
|
-
6. The UI HAS a built-in charting engine. NEVER provide Python, Plotly, or Matplotlib code.
|
|
3837
|
-
7. NEVER apologize or claim you cannot render charts. Simply use the \`\`\`chart\`\`\` block.
|
|
3838
3834
|
\`\`\`chart
|
|
3839
3835
|
{
|
|
3840
3836
|
"type": "bar" | "line" | "pie",
|
package/dist/handlers/index.mjs
CHANGED
package/dist/server.js
CHANGED
|
@@ -3359,8 +3359,6 @@ When presenting structured data, statistics, or comparisons, decide if it is bes
|
|
|
3359
3359
|
3. dataKeys MUST exactly match the property names in the data objects.
|
|
3360
3360
|
4. data objects MUST be FLAT (no nested objects or arrays).
|
|
3361
3361
|
5. DO NOT output naked JSON; it MUST be wrapped in \`\`\`chart ... \`\`\`.
|
|
3362
|
-
6. The UI HAS a built-in charting engine. NEVER provide Python, Plotly, or Matplotlib code.
|
|
3363
|
-
7. NEVER apologize or claim you cannot render charts. Simply use the \`\`\`chart\`\`\` block.
|
|
3364
3362
|
\`\`\`chart
|
|
3365
3363
|
{
|
|
3366
3364
|
"type": "bar" | "line" | "pie",
|
|
@@ -3924,8 +3922,6 @@ When presenting structured data, statistics, or comparisons, decide if it is bes
|
|
|
3924
3922
|
3. dataKeys MUST exactly match the property names in the data objects.
|
|
3925
3923
|
4. data objects MUST be FLAT (no nested objects or arrays).
|
|
3926
3924
|
5. DO NOT output naked JSON; it MUST be wrapped in \`\`\`chart ... \`\`\`.
|
|
3927
|
-
6. The UI HAS a built-in charting engine. NEVER provide Python, Plotly, or Matplotlib code.
|
|
3928
|
-
7. NEVER apologize or claim you cannot render charts. Simply use the \`\`\`chart\`\`\` block.
|
|
3929
3925
|
\`\`\`chart
|
|
3930
3926
|
{
|
|
3931
3927
|
"type": "bar" | "line" | "pie",
|
package/dist/server.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@retrivora-ai/rag-engine",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.8",
|
|
4
4
|
"description": "Retrivora AI is a plug-and-play AI engine for RAG chat experiences — generic vector DB + LLM provider, embeddable or standalone.",
|
|
5
5
|
"author": "Abhinav Alkuchi",
|
|
6
6
|
"license": "MIT",
|
|
@@ -59,8 +59,6 @@ export class LangChainAgent {
|
|
|
59
59
|
3. dataKeys MUST exactly match the property names in the data objects.
|
|
60
60
|
4. data objects MUST be FLAT (no nested objects or arrays).
|
|
61
61
|
5. DO NOT output naked JSON; it MUST be wrapped in \`\`\`chart ... \`\`\`.
|
|
62
|
-
6. The UI HAS a built-in charting engine. NEVER provide Python, Plotly, or Matplotlib code.
|
|
63
|
-
7. NEVER apologize or claim you cannot render charts. Simply use the \`\`\`chart\`\`\` block.
|
|
64
62
|
\`\`\`chart
|
|
65
63
|
{
|
|
66
64
|
"type": "bar" | "line" | "pie",
|
package/src/core/Pipeline.ts
CHANGED
|
@@ -109,8 +109,6 @@ export class Pipeline {
|
|
|
109
109
|
3. dataKeys MUST exactly match the property names in the data objects.
|
|
110
110
|
4. data objects MUST be FLAT (no nested objects or arrays).
|
|
111
111
|
5. DO NOT output naked JSON; it MUST be wrapped in \`\`\`chart ... \`\`\`.
|
|
112
|
-
6. The UI HAS a built-in charting engine. NEVER provide Python, Plotly, or Matplotlib code.
|
|
113
|
-
7. NEVER apologize or claim you cannot render charts. Simply use the \`\`\`chart\`\`\` block.
|
|
114
112
|
\`\`\`chart
|
|
115
113
|
{
|
|
116
114
|
"type": "bar" | "line" | "pie",
|