8000 Releases · opper-ai/opper-node · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: opper-ai/opper-node

v2.8.0

23 Apr 19:27
979b474
Compare
Choose a tag to compare
Add evaluations (#70)

v2.7.0: Add pdf media type (#68)

09 Apr 13:19
7cdec30
Compare
Choose a tag to compare
* Add PDF media type support

* Update version

v2.6.0

31 Mar 12:06
Compare
Choose a tag to compare
feat: allow for passing optional type and parent id when creating a span

v2.5.0

27 Mar 08:43
b7b07f0
Compare
Choose a tag to compare

Allow the user to manually create a child span for a given parent trace/span:

const manualSpan = await client.traces.startSpan({
    parent_uuid: trace.uuid,
    name: "example-span",
    input: "example input",
});

await manualSpan.end({
    output: "example output",
});

v2.4.0: Merge pull request #63 from opper-ai/joch/add-tags

04 Dec 13:50
3d0a2d4
Compare
Choose a tag to compare

v2.3.0: Merge pull request #61 from opper-ai/joch/manage-indexes-by-name

21 Nov 13:08
606321d
Compare
Choose a tag to compare

v2.2.0: Merge pull request #60 from opper-ai/joch/add-fallback-models

12 Nov 16:15
6adf61d
Compare
Choose a tag to compare

v2.1.1

07 Nov 10:15
1ef1e9f
Compare
Choose a tag to compare
  • Added ability to get a dataset for a given function by name or uuid

v2.1.0

07 Nov 08:19
14e4bbb
Compare
Choose a tag to compare
  • Added new Dataset Class to work with function datasets
  • Internal Testable url paths
  • Internal Remove unnecessary duplication of span methods

v2.0.2

01 Nov 09:39
8c64f3b
Compare
Choose a tag to compare
  • Added expected to DatasetEntry
0