Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 13:35
· 29 commits to main since this release

Compatibility Notes

  • [foundation-models] Adjust AzureOpenAiEmbeddingOutput type to include multiple embedding responses as opposed to one. (99498cd)

New Functionality

  • [foundation-models] Add convenience method to access all embeddings in an Azure OpenAI response (AzureOpenAiEmbeddingResponse). (99498cd)

Fixed Issues

  • [langchain] Fix performance issues when creating embeddings for split documents by sending all documents in one request instead of splitting it up in separate requests. (99498cd)