You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
- Add get vector and search by vector functions to collections [#172](https://github.com/hypermodeinc/functions-as/pull/172)
18
18
19
19
## 2024-08-13 - Version 0.11.1
20
20
21
-
- Add Dgraph support with host functions [#165](https://github.com/hypermodeAI/functions-as/pull/165)
21
+
- Add Dgraph support with host functions [#165](https://github.com/hypermodeinc/functions-as/pull/165)
22
22
23
23
## 2024-08-12 - Version 0.11.0
24
24
25
-
- Add nearest neighbor classification support for collections [#156](https://github.com/hypermodeAI/functions-as/pull/156)
26
-
- Add namespace support for collections [#158](https://github.com/hypermodeAI/functions-as/pull/158)
27
-
- Add getNamespaces host function to collections [#160](https://github.com/hypermodeAI/functions-as/pull/160)
28
-
- Add cross namespace search support to collections [#161](https://github.com/hypermodeAI/functions-as/pull/161)
29
-
- Update collections example [#162](https://github.com/hypermodeAI/functions-as/pull/162)
25
+
- Add nearest neighbor classification support for collections [#156](https://github.com/hypermodeinc/functions-as/pull/156)
26
+
- Add namespace support for collections [#158](https://github.com/hypermodeinc/functions-as/pull/158)
27
+
- Add getNamespaces host function to collections [#160](https://github.com/hypermodeinc/functions-as/pull/160)
28
+
- Add cross namespace search support to collections [#161](https://github.com/hypermodeinc/functions-as/pull/161)
29
+
- Update collections example [#162](https://github.com/hypermodeinc/functions-as/pull/162)
30
30
31
31
## 2024-08-01 - Version 0.10.5
32
32
33
-
- Upgrade linters and include config in npm package [#152](https://github.com/hypermodeAI/functions-as/pull/152)
33
+
- Upgrade linters and include config in npm package [#152](https://github.com/hypermodeinc/functions-as/pull/152)
34
34
35
35
## 2024-07-23 - Version 0.10.4
36
36
37
-
- Result object scoring name changed to distance [#143](https://github.com/hypermodeAI/functions-as/pull/143)
38
-
- Collect default values for optional parameters instead of rewriting with supplied_params [#144](https://github.com/hypermodeAI/functions-as/pull/144)[#146](https://github.com/hypermodeAI/functions-as/pull/146)
37
+
- Result object scoring name changed to distance [#143](https://github.com/hypermodeinc/functions-as/pull/143)
38
+
- Collect default values for optional parameters instead of rewriting with supplied_params [#144](https://github.com/hypermodeinc/functions-as/pull/144)[#146](https://github.com/hypermodeinc/functions-as/pull/146)
39
39
40
40
## 2024-07-16 - Version 0.10.3
41
41
42
-
- Actual fix of compatibility with older QueryVariables API [#140](https://github.com/hypermodeAI/functions-as/pull/140)
42
+
- Actual fix of compatibility with older QueryVariables API [#140](https://github.com/hypermodeinc/functions-as/pull/140)
43
43
44
44
## 2024-07-15 - Version 0.10.2
45
45
46
46
- No changes (re-publish of 0.10.1 to fix npm packaging issue)
47
47
48
48
## 2024-07-15 - Version 0.10.1
49
49
50
-
- Attempted fix compatibility with older QueryVariables API [#137](https://github.com/hypermodeAI/functions-as/pull/137)
50
+
- Attempted fix compatibility with older QueryVariables API [#137](https://github.com/hypermodeinc/functions-as/pull/137)
51
51
52
52
## 2024-07-15 - Version 0.10.0
53
53
54
-
- Add functions and example for accessing PostgreSQL [#119](https://github.com/hypermodeAI/functions-as/pull/119)
55
-
- Make plugin version optional [#133](https://github.com/hypermodeAI/functions-as/pull/133)
56
-
- Fix transform display of optional string literal [#134](https://github.com/hypermodeAI/functions-as/pull/134)
57
-
- Fix exporting imported functions or exporting as an alias does not work [#135](https://github.com/hypermodeAI/functions-as/pull/135)
54
+
- Add functions and example for accessing PostgreSQL [#119](https://github.com/hypermodeinc/functions-as/pull/119)
55
+
- Make plugin version optional [#133](https://github.com/hypermodeinc/functions-as/pull/133)
56
+
- Fix transform display of optional string literal [#134](https://github.com/hypermodeinc/functions-as/pull/134)
57
+
- Fix exporting imported functions or exporting as an alias does not work [#135](https://github.com/hypermodeinc/functions-as/pull/135)
58
58
59
59
## 2024-07-10 - Version 0.9.4
60
60
61
-
- Fix transform error when reexporting function from another file [#129](https://github.com/hypermodeAI/functions-as/pull/129)
61
+
- Fix transform error when reexporting function from another file [#129](https://github.com/hypermodeinc/functions-as/pull/129)
62
62
63
63
## 2024-07-09 - Version 0.9.3
64
64
65
-
- Support optional parameters [#122](https://github.com/hypermodeAI/functions-as/pull/122)
66
-
- Fix capture of nullable types [#126](https://github.com/hypermodeAI/functions-as/pull/126)
65
+
- Support optional parameters [#122](https://github.com/hypermodeinc/functions-as/pull/122)
66
+
- Fix capture of nullable types [#126](https://github.com/hypermodeinc/functions-as/pull/126)
67
67
68
68
## 2024-06-26 - Version 0.9.2
69
69
70
-
- Move/rename GraphQL types to `graphql` namespace [#118](https://github.com/hypermodeAI/functions-as/pull/118)
70
+
- Move/rename GraphQL types to `graphql` namespace [#118](https://github.com/hypermodeinc/functions-as/pull/118)
- Fixed bug in plugin build script [#87](https://github.com/gohypermode/functions-as/pull/87)
88
88
- Updated all examples to use new manifest format [#94](https://github.com/gohypermode/functions-as/pull/94)
89
89
- Support query variables of any serializable type [#99](https://github.com/gohypermode/functions-as/pull/99)
90
90
- Route `console.log` through Runtime host function [#102](https://github.com/gohypermode/functions-as/pull/102)
91
-
- Support `@embedder` decorator to denote embedded function [#104](https://github.com/hypermodeAI/functions-as/pull/104)
92
-
- Implement new models interface and rework examples [#106](https://github.com/hypermodeAI/functions-as/pull/106)
91
+
- Support `@embedder` decorator to denote embedded function [#104](https://github.com/hypermodeinc/functions-as/pull/104)
92
+
- Implement new models interface and rework examples [#106](https://github.com/hypermodeinc/functions-as/pull/106)
93
93
94
94
## Version 0.8.0
95
95
@@ -99,45 +99,45 @@ _skipped to align with runtime version_
99
99
100
100
_Note: Requires Hypermode Runtime v0.7.0 or newer_
101
101
102
-
- Fixed threshold logic bug in `inference.classifyText`[#76](https://github.com/hypermodeAI/functions-as/pull/76)
103
-
- Align `hypermode.json` examples to changes in manifest schema [#79](https://github.com/hypermodeAI/functions-as/pull/79)[#80](https://github.com/hypermodeAI/functions-as/pull/80)[#81](https://github.com/hypermodeAI/functions-as/pull/81)
104
-
- Add `http.fetch` API [#84](https://github.com/hypermodeAI/functions-as/pull/84)
102
+
- Fixed threshold logic bug in `inference.classifyText`[#76](https://github.com/hypermodeinc/functions-as/pull/76)
103
+
- Align `hypermode.json` examples to changes in manifest schema [#79](https://github.com/hypermodeinc/functions-as/pull/79)[#80](https://github.com/hypermodeinc/functions-as/pull/80)[#81](https://github.com/hypermodeinc/functions-as/pull/81)
104
+
- Add `http.fetch` API [#84](https://github.com/hypermodeinc/functions-as/pull/84)
105
105
106
106
## 2024-04-25 - Version 0.6.1
107
107
108
-
- Fixed compilation transform error when there are no host functions used. [#69](https://github.com/hypermodeAI/functions-as/pull/69)
108
+
- Fixed compilation transform error when there are no host functions used. [#69](https://github.com/hypermodeinc/functions-as/pull/69)
109
109
110
110
## 2024-04-25 - Version 0.6.0
111
111
112
112
_Note: Requires Hypermode Runtime v0.6.0 or newer_
113
113
114
-
-**(BREAKING)** Most APIs for host functions have been renamed. [#44](https://github.com/hypermodeAI/functions-as/pull/44)
115
-
- Types used by host functions are captured in the metadata. [#65](https://github.com/hypermodeAI/functions-as/pull/65)
116
-
-**(BREAKING)** DQL-based host functions and examples have been removed. [#66](https://github.com/hypermodeAI/functions-as/pull/66)
117
-
-**(BREAKING)** Update host functions, and improve error handling. [#67](https://github.com/hypermodeAI/functions-as/pull/67)
114
+
-**(BREAKING)** Most APIs for host functions have been renamed. [#44](https://github.com/hypermodeinc/functions-as/pull/44)
115
+
- Types used by host functions are captured in the metadata. [#65](https://github.com/hypermodeinc/functions-as/pull/65)
116
+
-**(BREAKING)** DQL-based host functions and examples have been removed. [#66](https://github.com/hypermodeinc/functions-as/pull/66)
117
+
-**(BREAKING)** Update host functions, and improve error handling. [#67](https://github.com/hypermodeinc/functions-as/pull/67)
118
118
119
119
## 2024-04-18 - Version 0.5.0
120
120
121
121
_Note: Requires Hypermode Runtime v0.5.0_
122
122
123
-
- Internal metadata format has changed. [#39](https://github.com/hypermodeAI/functions-as/pull/39)
123
+
- Internal metadata format has changed. [#39](https://github.com/hypermodeinc/functions-as/pull/39)
124
124
- Metadata includes function signatures for improved Runtime support.
125
125
- Compiling a project now outputs the metadata.
126
-
-**(BREAKING)** Support query parameters of different types. [#40](https://github.com/hypermodeAI/functions-as/pull/40)
127
-
- Further improvements to compiler output. [#41](https://github.com/hypermodeAI/functions-as/pull/41)
128
-
- Example project now uses a local path to the source library. [#42](https://github.com/hypermodeAI/functions-as/pull/42)
129
-
- Capture custom data type definitions in the metadata. [#44](https://github.com/hypermodeAI/functions-as/pull/44)[#52](https://github.com/hypermodeAI/functions-as/pull/52)[#53](https://github.com/hypermodeAI/functions-as/pull/53)[#55](https://github.com/hypermodeAI/functions-as/pull/55)[#56](https://github.com/hypermodeAI/functions-as/pull/56)
- Add environment variable to debug metadata [#54](https://github.com/hypermodeAI/functions-as/pull/54)
126
+
-**(BREAKING)** Support query parameters of different types. [#40](https://github.com/hypermodeinc/functions-as/pull/40)
127
+
- Further improvements to compiler output. [#41](https://github.com/hypermodeinc/functions-as/pull/41)
128
+
- Example project now uses a local path to the source library. [#42](https://github.com/hypermodeinc/functions-as/pull/42)
129
+
- Capture custom data type definitions in the metadata. [#44](https://github.com/hypermodeinc/functions-as/pull/44)[#52](https://github.com/hypermodeinc/functions-as/pull/52)[#53](https://github.com/hypermodeinc/functions-as/pull/53)[#55](https://github.com/hypermodeinc/functions-as/pull/55)[#56](https://github.com/hypermodeinc/functions-as/pull/56)
- **(BREAKING)** Host functions that previously returned vector embeddings as strings now return `f64[]` instead. [#25](https://github.com/hypermodeAI/functions-as/pull/25)
156
+
- **(BREAKING)** Host functions that previously returned vector embeddings as strings now return `f64[]` instead. [#25](https://github.com/hypermodeinc/functions-as/pull/25)
157
157
158
158
_note: 0.2.1 was published prematurely and has been unpublished. Use 0.2.2._
0 commit comments