Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.52 KB

release-notes-0-to-14.md

File metadata and controls

43 lines (30 loc) · 1.52 KB

1.1.0 - January 07, 2025

All Release Changes

🔧 Compatibility Notes

  • Changed return type of List<Double> getEmbedding() from experimental API OpenAiEmbeddingData to float[] to match recent Spring AI change.

✨ New Functionality

  • Added streamChatCompletion() and streamChatCompletionDeltas() to the OrchestrationClient.

📈 Improvements

  • Update AI Core client to 2.37.0

1.0.0 - December 03, 2024

All Release Changes

✨ New Functionality

  • Introduce AI Core client to consume the AI Core Rest APIs. Here are a few features:
    • Artifact management: register and organize datasets and model artifacts.
    • Configuration management: set up configurations for various models and use cases.
    • Deployment management: deploy AI models and manage their lifecycle within SAP AI Core.
  • Introduce Orchestration client for consuming the following features of the orchestration service:
    • Harmonized LLM access via orchestration
    • Prompt templates
    • Content filtering
    • Masking
  • Introduce the OpenAI client to consume the following features:
    • Chat completion and streaming chat completion
      • Text
      • Images
      • Tools
    • Generate embeddings for input text.

Warning

All model classes are generated or depend on changing specifications. This means that model classes are not stable and may change in the future.