Skip to content

Commit

Permalink
chore: Add changesets (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjtang1985 authored Sep 19, 2024
1 parent adc1500 commit ba9133b
Showing 4 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ga-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-ai-sdk/foundation-models': major
---

[New Functionality] Offer an OpenAI client to consume Azure OpenAI models for chat completion and embeddings via generative AI hub of SAP AI Core.
5 changes: 5 additions & 0 deletions .changeset/gen-ai-hub.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-ai-sdk/langchain': major
---

[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.
8 changes: 8 additions & 0 deletions .changeset/kudos-to-the-great-team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@sap-ai-sdk/orchestration": major
---

[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
5 changes: 5 additions & 0 deletions .changeset/sap-cloud-sdk-for-ai.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sap-ai-sdk/ai-api': major
---

[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.

0 comments on commit ba9133b

Please sign in to comment.