Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sap-ai-sdk committed Sep 19, 2024
1 parent d3f5d1c commit 611ed18
Show file tree
Hide file tree
Showing 23 changed files with 93 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/ga-release.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gen-ai-hub.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/kudos-to-the-great-team.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sap-cloud-sdk-for-ai.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sap-ai-sdk",
"version": "0.1.0",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/ai-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sap-ai-sdk/ai-api

## 1.0.0

### Major Changes

- ba9133b: [New Functionality] Provide an HTTP wrapper to consume the [AI Core Rest APIs](https://api.sap.com/api/AI_CORE_API/overview). It is powered by the SAP Cloud SDK OpenAPI generator.

### Patch Changes

- @sap-ai-sdk/core@1.0.0

## 0.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ai-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/ai-api",
"version": "0.1.0",
"version": "1.0.0",
"description": "",
"license": "Apache-2.0",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @sap-ai-sdk/core

## 1.0.0

## 0.1.0
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/core",
"version": "0.1.0",
"version": "1.0.0",
"description": "",
"license": "Apache-2.0",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/foundation-models/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sap-ai-sdk/foundation-models

## 1.0.0

### Major Changes

- ba9133b: [New Functionality] Offer an OpenAI client to consume Azure OpenAI models for chat completion and embeddings via generative AI hub of SAP AI Core.

### Patch Changes

- Updated dependencies [ba9133b]
- @sap-ai-sdk/ai-api@1.0.0
- @sap-ai-sdk/core@1.0.0

## 0.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation-models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/foundation-models",
"version": "0.1.0",
"version": "1.0.0",
"description": "",
"license": "Apache-2.0",
"keywords": [
Expand Down
14 changes: 14 additions & 0 deletions packages/langchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @sap-ai-sdk/langchain

## 1.0.0

### Major Changes

- ba9133b: [New Functionality] Support using the [LangChain](https://js.langchain.com/v0.2/docs/tutorials/) framework for consuming Azure OpenAI models from generative AI hub of SAP AI Core.

### Patch Changes

- Updated dependencies [ba9133b]
- Updated dependencies [ba9133b]
- @sap-ai-sdk/foundation-models@1.0.0
- @sap-ai-sdk/ai-api@1.0.0
2 changes: 1 addition & 1 deletion packages/langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/langchain",
"version": "0.1.0",
"version": "1.0.0",
"description": "LangChain clients based on the @sap-ai-sdk",
"license": "Apache-2.0",
"keywords": [
Expand Down
15 changes: 15 additions & 0 deletions packages/orchestration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @sap-ai-sdk/orchestration

## 1.0.0

### Major Changes

- ba9133b: [New Functionality] Introduce orchestration client for consuming the following features of the orchestration service:
- harmonized LLM access via orchestration
- client side prompt templates
- content filtering

### Patch Changes

- Updated dependencies [ba9133b]
- @sap-ai-sdk/ai-api@1.0.0
- @sap-ai-sdk/core@1.0.0

## 0.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/orchestration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/orchestration",
"version": "0.1.0",
"version": "1.0.0",
"description": "",
"license": "Apache-2.0",
"keywords": [
Expand Down
13 changes: 13 additions & 0 deletions sample-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sap-ai-sdk/sample-code

## 1.0.0

### Patch Changes

- Updated dependencies [ba9133b]
- Updated dependencies [ba9133b]
- Updated dependencies [ba9133b]
- Updated dependencies [ba9133b]
- @sap-ai-sdk/foundation-models@1.0.0
- @sap-ai-sdk/langchain@1.0.0
- @sap-ai-sdk/orchestration@1.0.0
- @sap-ai-sdk/ai-api@1.0.0

## 0.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion sample-code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@sap-ai-sdk/sample-code",
"version": "0.1.0",
"version": "1.0.0",
"private": "true",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions tests/e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sap-ai-sdk/e2e-tests

## 1.0.0

### Patch Changes

- Updated dependencies [ba9133b]
- Updated dependencies [ba9133b]
- Updated dependencies [ba9133b]
- @sap-ai-sdk/foundation-models@1.0.0
- @sap-ai-sdk/orchestration@1.0.0
- @sap-ai-sdk/ai-api@1.0.0
- @sap-ai-sdk/sample-code@1.0.0
- @sap-ai-sdk/core@1.0.0

## 0.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@sap-ai-sdk/e2e-tests",
"version": "0.1.0",
"version": "1.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": "true",
Expand Down
2 changes: 2 additions & 0 deletions tests/smoke-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @sap-ai-sdk/smoke-tests

## 1.0.0

## 0.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@sap-ai-sdk/smoke-tests",
"version": "0.1.0",
"version": "1.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"private": "true",
Expand Down
2 changes: 2 additions & 0 deletions tests/type-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @sap-ai-sdk/type-tests

## 1.0.0

## 0.1.0
2 changes: 1 addition & 1 deletion tests/type-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-ai-sdk/type-tests",
"version": "0.1.0",
"version": "1.0.0",
"description": "Tests to ensure correct types in the SAP AI SDK for JavaScript.",
"type": "module",
"private": true,
Expand Down

0 comments on commit 611ed18

Please sign in to comment.