batteries/vector/opensearch
Classes
| Class | Description |
|---|---|
| OpenSearchVectorStore | - |
Interfaces
| Interface | Description |
|---|---|
| OpenSearchVectorStoreOptions | Shared base options every adapter extends with its own connection block. |
Functions
| Function | Description |
|---|---|
| translateOpenSearchFilter | Compile the neutral filter tree to an OpenSearch bool-query clause over metadata.*. String values use the .keyword sub-field for exact match; numbers use range/term. |