Releases: opper-ai/opper-node
Releases · opper-ai/opper-node
v2.4.0: Merge pull request #63 from opper-ai/joch/add-tags
v2.3.0: Merge pull request #61 from opper-ai/joch/manage-indexes-by-name
Get and delete indexes by name
v2.2.0: Merge pull request #60 from opper-ai/joch/add-fallback-models
Add support for fallback models
v2.1.1
- Added ability to get a dataset for a given function by name or uuid
v2.1.0
- Added new
Dataset
Class to work with function datasets - Internal Testable url paths
- Internal Remove unnecessary duplication of span methods
v2.0.2
- Added
expected
toDatasetEntry
v2.0.1
- Added model configuration to generateImage
- Exported commonly used types
v2.0.0
Update opper call to handle streaming to the client
- Updated
opper.call
to return an optional ReadableStream
Breaking changes
- Removed
opper.functions.stream
- Removed
opper.functions.pipe
v1.6.1
- Limit the amount of examples the user can send as part of a function call to 10
- Remove dependency @types/uuid
v1.6.0
- Added ability to upload a file to an existing index using index.uploadFile