Releases: ydb-platform/ydb-js-sdk
Releases · ydb-platform/ydb-js-sdk
Release list
@ydbjs/value@6.0.8
@ydbjs/topic@6.1.4
@ydbjs/query@6.3.0
Minor Changes
- #622
692a8eeThanks @polRk! - Add composable query fragments:fragment(andsql.fragment) builds a non-executable piece of YQL with its own bound parameters, andjoin(andsql.join) combines fragments with a separator. Fragments nest into othersql/fragmenttemplates, with parameters renumbered automatically — enabling dynamicWHERE/IN/KNN clauses without hand-building parameter names.
Patch Changes
@ydbjs/langchain@0.1.0
Minor Changes
-
#620
a7ba155Thanks @vgvoleg! - Initial release:YDBVectorStore— a LangChain.js VectorStore backed by YDB with KNN search, metadata filtering, and approximate nearest-neighbour index support.Registers
@ydbjs/langchainand its version in thex-ydb-sdk-build-infogRPC header viakRegisterLibrary.
Patch Changes
@ydbjs/error@6.0.6
@ydbjs/core@6.3.1
@ydbjs/coordination@6.2.1
@ydbjs/auth@6.3.1
@ydbjs/api@6.0.7
@ydbjs/drizzle-adapter@0.1.1
Patch Changes
-
#617
3a661c5Thanks @polRk! - Advertise the adapter inx-ydb-sdk-build-info.YdbDrivernow registers@ydbjs/drizzle-adapter/<version>on the underlyingDriverfor both owned and borrowed instances, so server-side telemetry can attribute traffic to the adapter without losing the native SDK identity (which stays first in the header). -
Updated dependencies [
3a661c5]:- @ydbjs/core@6.3.0