Spaces:
Running
Running
preparing for new file names
Browse files
examples/{LynxScribe Image RAG → LynxScribe Image Search.lynxkite.json}
RENAMED
@@ -113,11 +113,7 @@
|
|
113 |
"default": "gcp",
|
114 |
"name": "cloud_provider",
|
115 |
"type": {
|
116 |
-
"enum": [
|
117 |
-
"GCP",
|
118 |
-
"AWS",
|
119 |
-
"AZURE"
|
120 |
-
]
|
121 |
}
|
122 |
},
|
123 |
"folder_URL": {
|
|
|
113 |
"default": "gcp",
|
114 |
"name": "cloud_provider",
|
115 |
"type": {
|
116 |
+
"enum": ["GCP", "AWS", "AZURE"]
|
|
|
|
|
|
|
|
|
117 |
}
|
118 |
},
|
119 |
"folder_URL": {
|
examples/{LynxScribe demo → LynxScribe RAG Chatbot.lynxkite.json}
RENAMED
@@ -124,9 +124,7 @@
|
|
124 |
"display": {
|
125 |
"dataframes": {
|
126 |
"df": {
|
127 |
-
"columns": [
|
128 |
-
"answer"
|
129 |
-
],
|
130 |
"data": [
|
131 |
[
|
132 |
"Lynx Analytics has two notable professionals named G\u00e1bor. Could you please specify which G\u00e1bor you are inquiring about?\n\n- **G\u00e1bor Benedek**: Chief Innovation Officer & Co-founder at Lynx Analytics. He specializes in economic and business simulations, social network analysis, data mining, and predictive analytics. He has an academic background as a former Associate Professor at Corvinus University of Budapest and has founded several data-related companies.\n\n- **G\u00e1bor Kriv\u00e1chy**: Country Manager at Lynx Analytics in Hungary. He is an experienced technology executive with a background in system implementation, integration, and project management, particularly in SAP implementations.\n\nLet me know which G\u00e1bor's details you would like to learn more about!"
|
@@ -604,10 +602,7 @@
|
|
604 |
"default": "v1",
|
605 |
"name": "input_type",
|
606 |
"type": {
|
607 |
-
"enum": [
|
608 |
-
"V1",
|
609 |
-
"V2"
|
610 |
-
]
|
611 |
}
|
612 |
},
|
613 |
"text_embedder_interface": {
|
@@ -703,11 +698,7 @@
|
|
703 |
"default": "gcp",
|
704 |
"name": "cloud_provider",
|
705 |
"type": {
|
706 |
-
"enum": [
|
707 |
-
"GCP",
|
708 |
-
"AWS",
|
709 |
-
"AZURE"
|
710 |
-
]
|
711 |
}
|
712 |
},
|
713 |
"folder_URL": {
|
|
|
124 |
"display": {
|
125 |
"dataframes": {
|
126 |
"df": {
|
127 |
+
"columns": ["answer"],
|
|
|
|
|
128 |
"data": [
|
129 |
[
|
130 |
"Lynx Analytics has two notable professionals named G\u00e1bor. Could you please specify which G\u00e1bor you are inquiring about?\n\n- **G\u00e1bor Benedek**: Chief Innovation Officer & Co-founder at Lynx Analytics. He specializes in economic and business simulations, social network analysis, data mining, and predictive analytics. He has an academic background as a former Associate Professor at Corvinus University of Budapest and has founded several data-related companies.\n\n- **G\u00e1bor Kriv\u00e1chy**: Country Manager at Lynx Analytics in Hungary. He is an experienced technology executive with a background in system implementation, integration, and project management, particularly in SAP implementations.\n\nLet me know which G\u00e1bor's details you would like to learn more about!"
|
|
|
602 |
"default": "v1",
|
603 |
"name": "input_type",
|
604 |
"type": {
|
605 |
+
"enum": ["V1", "V2"]
|
|
|
|
|
|
|
606 |
}
|
607 |
},
|
608 |
"text_embedder_interface": {
|
|
|
698 |
"default": "gcp",
|
699 |
"name": "cloud_provider",
|
700 |
"type": {
|
701 |
+
"enum": ["GCP", "AWS", "AZURE"]
|
|
|
|
|
|
|
|
|
702 |
}
|
703 |
},
|
704 |
"folder_URL": {
|