Skip to content
1 min read · 115 words

@nhtio/adk/batteries/vector/milvus

Classes

ClassDescription
MilvusVectorStoreAbstract base shared by every bundled vector adapter. It implements the cross-cutting surface (query/schema/transaction/asCallable/encode) on top of the small set of backend-specific abstract methods each adapter fills in (connect, executeSearch, createCollection, …). Concrete adapters inherit the doc comments below unless they override them.

Interfaces

InterfaceDescription
MilvusVectorStoreOptionsShared base options every adapter extends with its own connection block.

Functions

FunctionDescription
translateMilvusFilterTranslate a neutral VectorFilter into a Milvus boolean filter expression string.