@nhtio/adk/batteries/vector/pgvector
Classes
| Class | Description |
|---|---|
| PgVectorStore | Abstract 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
| Interface | Description |
|---|---|
| PgVectorStoreOptions | Construction options for PgVectorStore. |
Functions
| Function | Description |
|---|---|
| translatePgFilter | Translate a neutral VectorFilter into a parameterized SQL WHERE fragment plus its bind params. |