Skip to content
1 min read · 90 words

@nhtio/adk/batteries/vector/vector_store_constructor

Type Aliases

Type AliasDescription
VectorStoreConstructorLikeConstructor signature for any BaseVectorStore adapter (the class itself or a subclass).

Variables

VariableDescription
vectorStoreConstructorSchemaValidator schema for a VectorStoreConstructorLike value.

Functions

FunctionDescription
implementsVectorStoreConstructorReturns true if value is a constructor whose prototype carries every canonical BaseVectorStore instance method. Duck-typed; does not use instanceof.