Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Releases: hypermodeinc/functions-as

v0.3.0 (2024-03-14)

15 Mar 02:33
fa5e2d4
Compare
Choose a tag to compare
  • Metadata is now included during build. #27

    • You must also add @hypermode/functions-as/transform to the transforms in the asconfig.json file. For example:

      "options": {
          "transform": [
              "@hypermode/functions-as/transform",
              "json-as/transform"
          ],
          "exportRuntime": true
      }

v0.2.2 (2024-03-13)

15 Mar 02:33
a12ea04
Compare
Choose a tag to compare
  • (BREAKING) Host functions that previously returned vector embeddings as strings now return f64[] instead. #25

note: 0.2.1 was published prematurely and has been unpublished. Use 0.2.2.

v0.2.0 (2024-03-07)

15 Mar 02:32
397d521
Compare
Choose a tag to compare
  • Added model.InvokeTextGenerator #20

v0.1.0 (2024-02-23)

15 Mar 02:30
a031c7c
Compare
Choose a tag to compare

This is the first published release of the Hypermode Functions library for AssemblyScript.

  • Renamed from pre-release hypermode-as to @hypermode/functions-as
  • Published to NPM