Commit 1c6d242
committed
File tree
14 files changed
+352
-43
lines changedFilter options
- pgml-dashboard
- src
- api
- utils
- static
- blog
- images/blog
- templates/layout
- pgml-extension
- docker
- src
- bindings
14 files changed
+352
-43
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
pgml-dashboard/src/api/docs.rs
Copy file name to clipboardExpand all lines: pgml-dashboard/src/api/docs.rs+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
| 100 | + |
| 101 | + |
100 | 102 |
|
101 | 103 |
|
102 | 104 |
|
|
pgml-dashboard/src/utils/config.rs
Copy file name to clipboardExpand all lines: pgml-dashboard/src/utils/config.rs-7Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 | 35 |
|
43 | 36 |
|
44 | 37 |
|
|
pgml-dashboard/static/blog/mindsdb-vs-postgresml.md
Copy file name to clipboardExpand all lines: pgml-dashboard/static/blog/mindsdb-vs-postgresml.md+308Lines changed: 308 additions & 0 deletions
Large diffs are not rendered by default.
pgml-dashboard/static/images/blog/elephant_book.jpg
Copy file name to clipboard692 KB
Loading
pgml-dashboard/static/images/blog/elephant_book.webp
Copy file name to clipboard290 KB
Binary file not shown.
pgml-dashboard/static/images/blog/mindsdb.png
Copy file name to clipboard145 KB
Loading
pgml-dashboard/templates/layout/footer.html
Copy file name to clipboardExpand all lines: pgml-dashboard/templates/layout/footer.html+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
pgml-dashboard/templates/layout/nav/top.html
Copy file name to clipboardExpand all lines: pgml-dashboard/templates/layout/nav/top.html+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
pgml-extension/docker/entrypoint.sh
Copy file name to clipboardExpand all lines: pgml-extension/docker/entrypoint.sh+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
18 | 27 |
|
19 | 28 |
|
20 | 29 |
|
|
pgml-extension/requirements.txt
Copy file name to clipboardExpand all lines: pgml-extension/requirements.txt+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
| ||
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
577 | 577 |
|
578 | 578 |
|
579 | 579 |
|
580 |
| - |
| 580 | + |
581 | 581 |
|
582 | 582 |
|
583 | 583 |
|
| ||
602 | 602 |
|
603 | 603 |
|
604 | 604 |
|
605 |
| - |
| 605 | + |
606 | 606 |
|
607 | 607 |
|
608 | 608 |
|
609 |
| - |
| 609 | + |
610 | 610 |
|
611 | 611 |
|
612 | 612 |
|
| ||
616 | 616 |
|
617 | 617 |
|
618 | 618 |
|
619 |
| - |
| 619 | + |
620 | 620 |
|
621 | 621 |
|
622 | 622 |
|
623 | 623 |
|
624 | 624 |
|
625 | 625 |
|
626 |
| - |
| 626 | + |
627 | 627 |
|
628 | 628 |
|
629 | 629 |
|
|
pgml-extension/src/bindings/transformers.py
Copy file name to clipboardExpand all lines: pgml-extension/src/bindings/transformers.py+20-24Lines changed: 20 additions & 24 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 | 1 |
|
| 2 | + |
4 | 3 |
|
5 | 4 |
|
6 |
| - |
7 | 5 |
|
8 | 6 |
|
9 | 7 |
|
| 8 | + |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
46 | 45 |
|
47 | 46 |
|
48 | 47 |
|
| ||
58 | 57 |
|
59 | 58 |
|
60 | 59 |
|
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
61 | 64 |
|
62 | 65 |
|
63 | 66 |
|
| ||
78 | 81 |
|
79 | 82 |
|
80 | 83 |
|
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
89 | 84 |
|
90 |
| - |
91 |
| - |
92 |
| - |
| 85 | + |
| 86 | + |
| 87 | + |
93 | 88 |
|
94 | 89 |
|
95 | 90 |
|
| ||
103 | 98 |
|
104 | 99 |
|
105 | 100 |
|
106 |
| - |
| 101 | + |
107 | 102 |
|
108 | 103 |
|
109 | 104 |
|
110 |
| - |
| 105 | + |
| 106 | + |
| 107 | + |
111 | 108 |
|
112 | 109 |
|
113 | 110 |
|
114 |
| - |
115 |
| - |
116 |
| - |
| 111 | + |
| 112 | + |
117 | 113 |
|
118 | 114 |
|
119 | 115 |
|
| ||
137 | 133 |
|
138 | 134 |
|
139 | 135 |
|
140 |
| - |
| 136 | + |
141 | 137 |
|
142 | 138 |
|
143 | 139 |
|
| ||
164 | 160 |
|
165 | 161 |
|
166 | 162 |
|
167 |
| - |
| 163 | + |
168 | 164 |
|
169 | 165 |
|
170 | 166 |
|
| ||
421 | 417 |
|
422 | 418 |
|
423 | 419 |
|
424 |
| - |
| 420 | + |
425 | 421 |
|
426 | 422 |
|
427 | 423 |
|
| ||
562 | 558 |
|
563 | 559 |
|
564 | 560 |
|
565 |
| - |
| 561 | + |
566 | 562 |
|
567 | 563 |
|
568 | 564 |
|
|
pgml-extension/src/bindings/transformers.rs
Copy file name to clipboardExpand all lines: pgml-extension/src/bindings/transformers.rs+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
64 | 63 |
|
65 | 64 |
|
66 | 65 |
|
|
0 commit comments