@nhtio/adk/batteries/vector/vector_store_constructor
Type Aliases
| Type Alias | Description |
|---|---|
| VectorStoreConstructorLike | Constructor signature for any BaseVectorStore adapter (the class itself or a subclass). |
Variables
| Variable | Description |
|---|---|
| vectorStoreConstructorSchema | Validator schema for a VectorStoreConstructorLike value. |
Functions
| Function | Description |
|---|---|
| implementsVectorStoreConstructor | Returns true if value is a constructor whose prototype carries every canonical BaseVectorStore instance method. Duck-typed; does not use instanceof. |