Skip to content

2.13.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 23:02
· 742 commits to main since this release
493e394

Version 2.13.0.0 Release Notes

Compatible with OpenSearch 2.13.0

Features

  • hidden agent (#2204)
  • auto deployment for remote models (#2206)
  • support question answering model (#2208)
  • Guardrails for remote model input and output (#2209)

Enhancements

  • Adding connector http timeout in the connector level (#1835)
  • enable auto redeploy for hidden model (#2102)
  • Add verification to rate limiter number field (#2113)
  • asymmetric embeddings (#2123)
  • Set the number of ml system index primary shards to 1 (#2137)
  • prevent exposing internal ip when an agent gets an internal OpenSearch exception (#2154)
  • Change the index update settings to make it only contain dynamic settings (#2156)
  • add remote predict thread pool (#2207)
  • add local inference enabling/disabling setting (#2232)
  • Add request level parameters for system_prompt and user_instructions (#2236)
  • Add support for Cohere and other chat model input/outputs in the RAG pipeline (#2238)

Infrastructure

  • Add integration tests for the RAG pipeline covering OpenAI and Bedrock (#2213)

Bug Fixes

  • fix error code when executing agent (#2120)
  • fix npe when executing agent with empty parameter (#2145)
  • fix delete model cache on macOS causing model deploy fail with model (#2180)
  • adding BWC for connector config field (#2184)
  • Fix onnx dep (#2198)
  • update the response code to 404 when deleting a memory (#2212)
  • Fix model enable flag not loading (#2221)
  • updating ml_connector schema version (#2228)
  • fix json error (#2234)
  • update remote model auto deploy tests in predict runner (#2237)

Documentation

  • Add Cohere Chat blueprint with RAG (#1991)
  • add tutorial for semantic search with byte quantized vector and Cohere embedding model (#2127)
  • add tutorial for rerank pipeline with Cohere rerank model (#2134)
  • add tutorial for chatbot with rag (#2141)
  • add tutorial for building your own chatbot (#2144)
  • add tutorial for CFN template integration (#2161)
  • fix cohere chat blueprint (#2167)
  • add demo notebook for creating connector (#2192)
  • enhance connector helper notebook to support 2.9 (#2202)

Maintenance

  • Updates sample cert and admin keystore (#2143)
  • Bump common-compress package to fix CVE (#2186)
  • Suppress removal AccessController in java.security has been deprecated and marked for removal (#2195)

Refactoring

  • refactor memory logs (#2121)
  • parse tool input to map (#2131)